enum BlendOp;
| Value | Description |
|---|---|
| BLENDOP_DISABLE | Do not perform blending. |
| BLENDOP_ADD | Use addition. |
| BLENDOP_SUBTRACT | Use subtraction. |
| BLENDOP_REVERSE_SUBTRACT | Use reverse subtraction. |
| BLENDOP_MAX | Total number of enumerators. |
Specifies blend operation.
CONFIDENTIAL