in automated tests.
Parameters
oldcol | Initial color selection |
Returns
Selected color value
Example:
uint selected = showColormap(Colors.RED);uint showColormap(uint oldcol)Shows a color selection popup.
Displays a popup window allowing the user to select a color from the FLTK colormap. This function blocks until the user makes a selection.
in automated tests.
oldcol | Initial color selection |
Example:
uint selected = showColormap(Colors.RED);