nw::dev::DirectPrint::SetBackgroundColor Member Function

Syntax

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

Arguments

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

Return Values

None.

Description

Sets the background color.


CONFIDENTIAL