Alpha operator constants

Top  Previous  Next

Constants used by C3DMesh::SetAlphaOp

 

Constant

Description

D3DBLENDOP_ADD

The result is the destination added to the source.

D3DBLENDOP_MAX

The result is the maximum of the source and destination.

D3DBLENDOP_MIN

The result is the minimum of the source and destination.

D3DBLENDOP_REVSUBTRACT

The result is the source subtracted from the destination.

D3DBLENDOP_SUBTRACT

The result is the source subtracted from the destination.