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

Syntax

void SetBackgroundColor(
     ut::Color8 color
);
void SetBackgroundColor(
     u8 r,
     u8 g,
     u8 b
);

List of Overloaded Member Functions

SetBackgroundColor ( ut::Color8 ) Sets the background color.
SetBackgroundColor ( u8, u8, u8 ) Sets the background color.

Description of SetBackgroundColor ( ut::Color8 )

Sets the background color.

Description of SetBackgroundColor ( u8, u8, u8 )

Sets the background color.


CONFIDENTIAL