flRgbColor

fnColor flRgbColor(ubyte r, ubyte g, ubyte b) pure nothrow @safe @nogc

Creates an RGB color value.

Parameters

rRed component (0-255)
gGreen component (0-255)
bBlue component (0-255)

Returns

FLTK color value