BlendMode

Type enumeration

From https://github.com/pixijs/pixi.js/blob/3dd0ff9a935f0bc13a09aefff9eb2872f02c51b9/packages/canvas/canvas-renderer/src/utils/mapCanvasBlendModesToPixi.ts#L13

Sources

This information about BlendMode is provided for reference only and is not available through exported packages and thus should not be imported or used on its own.

Members

ADD
#

Value "lighter"

COLOR
#

Value "color"

COLOR_BURN
#

Value "color-burn"

COLOR_DODGE
#

Value "color-dodge"

DARKEN
#

Value "darken"

DIFFERENCE
#

Value "difference"

DST_OVER
#

Value "destination-over"

EXCLUSION
#

Value "exclusion"

HARD_LIGHT
#

Value "hard-light"

HUE
#

Value "hue"

LIGHTEN
#

Value "lighten"

LUMINOSITY
#

Value "luminosity"

MULTIPLY
#

Value "multiply"

NORMAL
#

Value "source-over"

OVERLAY
#

Value "overlay"

SATURATION
#

Value "saturation"

SCREEN
#

Value "screen"

SOFT_LIGHT
#

Value "soft-light"

SRC_ATOP
#

Value "source-atop"

XOR
#

Value "xor"