enum VertexColor;
| Value | Description |
|---|---|
| VERTEXCOLOR_LT | Represents the vertex color of the upper left corner. |
| VERTEXCOLOR_RT | Represents the vertex color of the upper right corner. |
| VERTEXCOLOR_LB | Represents the vertex color of the lower left corner. |
| VERTEXCOLOR_RB | Represents the vertex color of the lower right corner. |
| VERTEXCOLOR_MAX | Total number of enumerators. |
Used when accessing the vertex colors set for the four corners of a pane.
CONFIDENTIAL