nw::dev::DirectPrint::SetColor Member Function
void SetColor(
ut::Color8 color
);
void SetColor(
u8 r,
u8 g,
u8 b
);
| SetColor ( ut::Color8 ) | Sets the rendering color. |
| SetColor ( u8, u8, u8 ) | Sets the rendering color. |
SetColor ( ut::Color8 )Sets the rendering color.
SetColor ( u8, u8, u8 )Sets the rendering color.
CONFIDENTIAL