MaskMode
Description:
[ CCode ( cprefix = "GSK_MASK_MODE_" , type_id = "gsk_mask_mode_get_type ()" ) ]
[ Version ( since = "4.10" ) ]
public enum MaskMode
The mask modes available for mask nodes.
Content:
Enum values:
- ALPHA - Use the alpha channel of the mask
- INVERTED_ALPHA - Use the inverted alpha
channel of the mask
- INVERTED_LUMINANCE - Use the
inverted luminance of the mask, multiplied by mask alpha
- LUMINANCE - Use the luminance of the mask,
multiplied by mask alpha