setBackground2

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

Sets the default background color for text input widgets.

Parameters

rRed component (0-255)
gGreen component (0-255)
bBlue component (0-255) Example:
setBackground2(255, 255, 255); // White for text inputs