virtual void SetVtxColor(
u32 idx,
ut::Color8 value
);
| Name | Description | |
|---|---|---|
| idx | Index. Specifies lyt::VertexColor. |
|
| value | Text display color. |
Sets the text display (vertex) color.
When idx is lyt::VERTEXCOLOR_LT, the top color is changed; when lyt::VERTEXCOLOR_LB, the bottom color.
Although lyt::VERTEXCOLOR_RT and lyt::VERTEXCOLOR_RB change the corresponding vertex colors, they are not used for display.
CONFIDENTIAL