Blend2D::Rendering::CompositionOperator
Inherits Enum < Comparable < Value < Object
Constants
SourceOver = 0_u32
SourceCopy = 1_u32
SourceIn = 2_u32
SourceOut = 3_u32
SourceAtop = 4_u32
DestinationOver = 5_u32
DestinationCopy = 6_u32
DestinationIn = 7_u32
DestinationOut = 8_u32
DestinationAtop = 9_u32
ExclusiveOr = 10_u32
Clear = 11_u32
Plus = 12_u32
Minus = 13_u32
Modulate = 14_u32
Multiply = 15_u32
Screen = 16_u32
Overlay = 17_u32
Darken = 18_u32
Lighten = 19_u32
ColorDodge = 20_u32
ColorBurn = 21_u32
LinearBurn = 22_u32
LinearLight = 23_u32
PinLight = 24_u32
HardLight = 25_u32
SoftLight = 26_u32
Difference = 27_u32
Exclusion = 28_u32