paint_composite_mode_t#
Added in version 7.0.0.
- class paint_composite_mode_t#
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.
Fields#
- class paint_composite_mode_t
- CLEAR#
The type of the None singleton.
- COLOR_BURN#
The type of the None singleton.
- COLOR_DODGE#
The type of the None singleton.
- DARKEN#
The type of the None singleton.
- DEST#
The type of the None singleton.
- DEST_ATOP#
The type of the None singleton.
- DEST_IN#
The type of the None singleton.
- DEST_OUT#
The type of the None singleton.
- DEST_OVER#
The type of the None singleton.
- DIFFERENCE#
The type of the None singleton.
- EXCLUSION#
The type of the None singleton.
- HARD_LIGHT#
The type of the None singleton.
- HSL_COLOR#
The type of the None singleton.
- HSL_HUE#
The type of the None singleton.
- HSL_LUMINOSITY#
The type of the None singleton.
- HSL_SATURATION#
The type of the None singleton.
- LIGHTEN#
The type of the None singleton.
- MULTIPLY#
The type of the None singleton.
- OVERLAY#
The type of the None singleton.
- PLUS#
The type of the None singleton.
- SCREEN#
The type of the None singleton.
- SOFT_LIGHT#
The type of the None singleton.
- SRC#
The type of the None singleton.
- SRC_ATOP#
The type of the None singleton.
- SRC_IN#
The type of the None singleton.
- SRC_OUT#
The type of the None singleton.
- SRC_OVER#
The type of the None singleton.
- XOR#
The type of the None singleton.