setBackground
fn
void setBackground(ubyte r, ubyte g, ubyte b) nothrow @nogc @trustedSets the default background color for widgets.
Parameters
r | Red component (0-255) |
g | Green component (0-255) |
b | Blue component (0-255) Example: |