static void SetColorMask(
bool red,
bool green,
bool blue,
bool alpha
);
| Name | Description | |
|---|---|---|
| in | red |
The enable flag for the red mask. |
| in | green |
The enable flag for the green mask. |
| in | blue |
The enable flag for the blue mask. |
| in | alpha | The enable flag for the alpha channel mask. |
Sets the color mask.
CONFIDENTIAL