Enumeration BlendFunction

Blending functions.

Enumeration Members

CONSTANT_ALPHA: 32771

Multiplies all colors by a constant alpha value.

CONSTANT_COLOR: 32769

Multiplies all colors by a constant color.

DST_ALPHA: 772

Multiplies all colors by the destination alpha value.

DST_COLOR: 774

Multiplies all colors by the destination color.

ONE: 1

Multiplies all colors by one.

ONE_MINUS_CONSTANT_ALPHA: 32772

Multiplies all colors by one minus a constant alpha value.

ONE_MINUS_CONSTANT_COLOR: 32770

Multiplies all colors by one minus a constant color.

ONE_MINUS_DST_ALPHA: 773

Multiplies all colors by one minus the destination alpha value.

ONE_MINUS_DST_COLOR: 775

Multiplies all colors by one minus the destination color.

ONE_MINUS_SRC_ALPHA: 771

Multiplies all colors by one minus the source alpha value.

ONE_MINUS_SRC_COLOR: 769

Multiplies all colors by one minus each source color.

SRC_ALPHA: 770

Multiplies all colors by the source alpha value.

SRC_ALPHA_SATURATE: 776

Multiplies the RGB colors by the smaller of either the source alpha value or the value of one minus the destination alpha value. The alpha value is multiplied by one.

SRC_COLOR: 768

Multiplies all colors by the source colors.

ZERO: 0

Multiplies all colors by zero.

Generated using TypeDoc