Enumeration BlendingEquationConst

Enumeration Members

Add: 1

Adds the source and destination colors.

Inherit: 0

Inherits from parent.

Max: 3

Chooses the maximum of each component of the source and destination colors.

Min: 2

Chooses the minimum of each component of the source and destination colors.

ReverseSubtract: 5

Subtracts the source color from the destination color.

Subtract: 4

Subtracts the destination color from the source color.