enum OperandAlpha;
| Value | Description |
|---|---|
OPERANDALPHA_SRC_ALPHA |
Alpha. |
OPERANDALPHA_SRC_ONE_MINUS_ALPHA |
1 - alpha |
OPERANDALPHA_RED |
R component. |
OPERANDALPHA_ONE_MINUS_RED |
1- R component. |
OPERANDALPHA_GREEN |
G component. |
OPERANDALPHA_ONE_MINUS_GREEN |
1- G component. |
OPERANDALPHA_BLUE |
B component. |
| OPERANDALPHA_ONE_MINUS_BLUE | 1- B component. |
Definition of the Alpha operand setting for the texture combiner.
CONFIDENTIAL