PIXI.COLOR_MASK_BITS

COLOR_MASK_BITS

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

Summary


Properties from COLOR_MASK_BITS

number
static ALPHA
number
static BLUE
number
static GREEN
number
static RED

Public Properties


ALPHA index.ts:487
static ALPHA: number

Alpha channel.

BLUE index.ts:487
static BLUE: number

Blue channel.

GREEN index.ts:487
static GREEN: number

Green channel

RED index.ts:487
static RED: number

Red channel.


Powered by webdoc!