Interface BlendFunctionSet

A set of a source and a destination blend function.

interface BlendFunctionSet {
    "0": BlendFunction;
    "1": BlendFunction;
}

Properties

0 1

Properties

The source blend function.

The destination blend function.