Interface BlendEquationSet

A set of an RGB and an alpha blend equation.

interface BlendEquationSet {
    "0": BlendEquation;
    "1": BlendEquation;
}

Properties

0 1

Properties

The RGB blend equation.

The alpha blend equation.