void SetBackgroundColor(
ut::Color8 color
);
void SetBackgroundColor(
u8 r,
u8 g,
u8 b
);
| SetBackgroundColor ( ut::Color8 ) | Sets the background color. |
| SetBackgroundColor ( u8, u8, u8 ) | Sets the background color. |
Sets the background color.
Sets the background color.
CONFIDENTIAL