nw::lyt::TextBox::SetTextColor Member Function

Syntax

void SetTextColor(
     u32 type,
     ut::Color8 value
);
void SetTextColor(
     ut::Color8 top,
     ut::Color8 bottom
);

List of Overloaded Member Functions

SetTextColor ( u32, ut::Color8 ) Sets the text display color.
SetTextColor ( ut::Color8, ut::Color8 ) Sets the text display color.

Description of SetTextColor ( u32, ut::Color8 )

Sets the specified display color.

Description of SetTextColor ( ut::Color8, ut::Color8 )

This function simultaneously sets both the upper and lower text display color.


CONFIDENTIAL