getSystemColors

fnvoid getSystemColors() nothrow @nogc @trusted

Loads system colors into FLTK's color palette.

This reads the system color theme and applies it to FLTK widgets. Typically called during application initialization.

Example:

getSystemColors();
// Now FLTK widgets use system colors