void SetBackgroundColor(
u8 r,
u8 g,
u8 b
);
| Name | Description | |
|---|---|---|
| r | Red component of the background color. | |
| g | Green component of the background color. | |
| b | Blue component of the background color. |
Sets the background color.
CONFIDENTIAL