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

Syntax

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

Arguments

Name Description
r Red component of the character rendering color.
g Green component of the character rendering color.
b Blue component of the character rendering color.

Return Values

None.

Description

Sets the rendering color.


CONFIDENTIAL