PIXI.BLEND_MODES

BLEND_MODES

Various blend modes supported by PIXI.

IMPORTANT - The WebGL renderer only supports the NORMAL, ADD, MULTIPLY and SCREEN blend modes. Anything else will silently act like NORMAL.

Public Properties


ADD index.ts:56
static ADD: number
ADD_NPM index.ts:56
static ADD_NPM: number
COLOR index.ts:56
static COLOR: number
COLOR_BURN index.ts:56
static COLOR_BURN: number
COLOR_DODGE index.ts:56
static COLOR_DODGE: number
DARKEN index.ts:56
static DARKEN: number
DIFFERENCE index.ts:56
static DIFFERENCE: number
DST_ATOP index.ts:56
static DST_ATOP: number
DST_IN index.ts:56
static DST_IN: number
DST_OUT index.ts:56
static DST_OUT: number
DST_OVER index.ts:56
static DST_OVER: number
ERASE index.ts:56
static ERASE: number
EXCLUSION index.ts:56
static EXCLUSION: number
HARD_LIGHT index.ts:56
static HARD_LIGHT: number
HUE index.ts:56
static HUE: number
LIGHTEN index.ts:56
static LIGHTEN: number
LUMINOSITY index.ts:56
static LUMINOSITY: number
MULTIPLY index.ts:56
static MULTIPLY: number
NONE index.ts:56
static NONE: number
NORMAL index.ts:56
static NORMAL: number
NORMAL_NPM index.ts:56
static NORMAL_NPM: number
OVERLAY index.ts:56
static OVERLAY: number
SATURATION index.ts:56
static SATURATION: number
SCREEN index.ts:56
static SCREEN: number
SCREEN_NPM index.ts:56
static SCREEN_NPM: number
SOFT_LIGHT index.ts:56
static SOFT_LIGHT: number
SRC_ATOP index.ts:56
static SRC_ATOP: number
SRC_IN index.ts:56
static SRC_IN: number
SRC_OUT index.ts:56
static SRC_OUT: number
SRC_OVER index.ts:56
static SRC_OVER: number
SUBTRACT index.ts:56
static SUBTRACT: number
XOR index.ts:56
static XOR: number

Powered by webdoc!