Since 7.0.0clear destination layer (bounded)
darkens the destination color to reflect the source color.
brightens the destination color to reflect the source color.
replaces the destination with the source if it is darker, otherwise keeps the source.
ignore the source
leave destination on top of source content and only there (unbounded)
leave destination only where there was source content (unbounded)
leave destination only where there was no source content
draw destination on top of source
Takes the difference of the source and destination color.
Produces an effect similar to difference, but with lower contrast.
Multiplies or screens, dependent on source color.
Creates a color with the hue and saturation of the source and the luminosity of the target. This preserves the gray levels of the target and is useful for coloring monochrome images or tinting color images.
Creates a color with the hue of the source and the saturation and luminosity of the target.
Creates a color with the luminosity of
the source and the hue and saturation of the target. This produces an
inverse effect to HB_PAINT_COMPOSITE_MODE_HSL_COLOR.
Creates a color with the saturation of the source and the hue and luminosity of the target. Painting with this mode onto a gray area produces no change.
replaces the destination with the source if it is lighter, otherwise keeps the source.
source and destination layers are multiplied. This causes the result to be at least as dark as the darker inputs.
multiplies or screens, depending on the lightness of the destination color.
source and destination layers are accumulated
source and destination are complemented and multiplied. This causes the result to be at least as light as the lighter inputs.
Darkens or lightens, dependent on source color.
replace destination layer (bounded)
draw source on top of destination content and only there
draw source where there was destination content (unbounded)
draw source where there was no destination content (unbounded)
draw source layer on top of destination layer (bounded)
source and destination are shown where there is only one of them
The values of this enumeration describe the compositing modes that can be used when combining temporary redirected drawing with the backdrop.
See the OpenType spec COLR section for details.
Since
7.0.0