nw::lyt::TextBox::SetTextColor Member Function
void SetTextColor(
u32 type,
ut::Color8 value
);
void SetTextColor(
ut::Color8 top,
ut::Color8 bottom
);
| SetTextColor ( u32, ut::Color8 ) | Sets the text display color. |
| SetTextColor ( ut::Color8, ut::Color8 ) | Sets the text display color. |
Sets the specified display color.
SetTextColor ( ut::Color8, ut::Color8 ) This function simultaneously sets both the upper and lower text display color.
CONFIDENTIAL