nw::font::CharWriter::SetAlpha Member Function
void SetAlpha(
u8 alpha
);
| Name | Description | |
|---|---|---|
| in | alpha | Additional alpha value to be set. |
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.
CONFIDENTIAL