nw::font::CharWriter::SetAlpha Member Function

Syntax

void SetAlpha(
     u8 alpha
);

Arguments

Name Description
in alpha Additional alpha value to be set.

Return Values

None.

Description

Sets 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::GetAlpha

Revision History

2009/11/09
Initial version.

CONFIDENTIAL