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

Syntax

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

Arguments

Name Description
in start Gradation start color.
in end Gradation end color.

Return Values

None.

Description

Sets the character and gradation color.

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.

See Also

nw::font::CharWriter::GetTextColor
nw::font::CharWriter::GetGradationStartColor
nw::font::CharWriter::GetGradationEndColor

Revision History

2009/11/09
Initial version.

CONFIDENTIAL