Enumeration BlendEquation

Blending equations.

Enumeration Members

FUNC_ADD: 32774

Add the destination to the source.

FUNC_REVERSE_SUBTRACT: 32779

Subtract the source from the destination.

FUNC_SUBTRACT: 32778

Subtract the destination from the source.

MAX: 32776

Use the maximum color components of the source and destination.

MIN: 32775

Use the minimum color components of the source and destination.