nw::dev::DirectPrint::SetColor Member Function

Syntax

void SetColor(
     ut::Color8 color
);

void SetColor(
     u8 r,
     u8 g,
     u8 b
);

List of Overloaded Member Functions

SetColor ( ut::Color8 ) Sets the rendering color.
SetColor ( u8, u8, u8 ) Sets the rendering color.

Description of SetColor ( ut::Color8 )

Sets the rendering color.

Description of SetColor ( u8, u8, u8 )

Sets the rendering color.


CONFIDENTIAL