nw::font::CharWriter::GetAlpha Member Function

Syntax

u8 GetAlpha() const;

Arguments

None.

Return Values

Returns the added alpha value.

Description

Gets the alpha value to be added when drawing characters.

This alpha value is combined with the text color's alpha value (which is set by the nw::font::CharWriter::SetTextColor function) and used as the alpha value of the text.

See Also

nw::font::CharWriter::SetTextColor
nw::font::CharWriter::SetAlpha

Revision History

2009/11/09
Initial version.

CONFIDENTIAL