color
fn
void color(uint c) nothrow @nogcSets the current drawing color.
Parameters
color | FLTK color value Example: |
fn
void color(ubyte r, ubyte g, ubyte b) nothrow @nogcSets the current drawing color from RGB values.
Parameters
r | Red component (0-255) |
g | Green component (0-255) |
b | Blue component (0-255) Example: |