setBackground

fnvoid setBackground(ubyte r, ubyte g, ubyte b) nothrow @nogc @trusted

Sets the default background color for widgets.

Parameters

rRed component (0-255)
gGreen component (0-255)
bBlue component (0-255) Example:
setBackground(240, 240, 240); // Light gray