Search
Loading...
Skip to content

Type Alias: BlendMode

type BlendMode =
| "PassThrough"
| "Normal"
| "Darken"
| "Multiply"
| "ColorBurn"
| "LinearBurn"
| "DarkenColor"
| "Lighten"
| "Screen"
| "ColorDodge"
| "LinearDodge"
| "LightenColor"
| "Overlay"
| "SoftLight"
| "HardLight"
| "VividLight"
| "LinearLight"
| "PinLight"
| "HardMix"
| "Difference"
| "Exclusion"
| "Subtract"
| "Divide"
| "Hue"
| "Saturation"
| "Color"
| "Luminosity";