@lakuna/ugl
    Preparing search index...

    Enumeration BlendFunction

    Blending functions.

    Index

    Enumeration Members

    CONSTANT_ALPHA: 32771

    Multiply all colors by a constant alpha value.

    CONSTANT_COLOR: 32769

    Multiply all colors by a constant color.

    DST_ALPHA: 772

    Multiply all colors by the destination alpha value.

    DST_COLOR: 774

    Multiply all colors by the destination color.

    ONE: 1

    Multiply all colors by one.

    ONE_MINUS_CONSTANT_ALPHA: 32772

    Multiply all colors by one minus a constant alpha value.

    ONE_MINUS_CONSTANT_COLOR: 32770

    Multiply all colors by one minus a constant color.

    ONE_MINUS_DST_ALPHA: 773

    Multiply all colors by one minus the destination alpha value.

    ONE_MINUS_DST_COLOR: 775

    Multiply all colors by one minus the destination color.

    ONE_MINUS_SRC_ALPHA: 771

    Multiply all colors by one minus the source alpha value.

    ONE_MINUS_SRC_COLOR: 769

    Multiply all colors by one minus each source color.

    SRC_ALPHA: 770

    Multiply all colors by the source alpha value.

    SRC_ALPHA_SATURATE: 776

    Multiply the RGB colors by the smaller of either the source alpha value or the value of one minus the destination alpha value. Multiply the alpha value by one.

    SRC_COLOR: 768

    Multiply all colors by the source colors.

    ZERO: 0

    Multiply all colors by zero.