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