nw::font::CharWriter::SetTextColor Member Function

Syntax

void SetTextColor(
     ut::Color8 color
);
void SetTextColor(
     ut::Color8 start,
     ut::Color8 end
);

List of Overloaded Member Functions

SetTextColor ( ut::Color8 ) Sets the character and gradation color.
SetTextColor ( ut::Color8, ut::Color8 ) Sets the character and gradation color.

Description of SetTextColor ( ut::Color8 )

The start argument corresponds to the color of the upper edge when vertical gradation is used and to the color of the left edge when horizontal gradation is used.

The text color color has the same meaning as the gradation start color start. Changing one results in a change to the other.

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

The start argument corresponds to the color of the upper edge when vertical gradation is used and to the color of the left edge when horizontal gradation is used.

The text color color has the same meaning as the gradation start color start. Changing one results in a change to the other.


CONFIDENTIAL