Enumeration COLOR_MASK_BITS

Bitwise OR of masks that indicate the color channels that are rendered to.

PIXI

Enumeration Members

Enumeration Members

ALPHA: 8

Alpha channel.

0x
BLUE: 4

Blue channel.

0x4
GREEN: 2

Green channel

0x2
RED: 1

Red channel.

0x1