Interface ColorMask

A color mask.

interface ColorMask {
    "0": boolean;
    "1": boolean;
    "2": boolean;
    "3": boolean;
}

Properties

0 1 2 3

Properties

"0": boolean

Whether or not to write to the red component.

"1": boolean

Whether or not to write to the green component.

"2": boolean

Whether or not to write to the blue component.

"3": boolean

Whether or not to write to the alpha component.