File docs/luadoc/goo.colorpick.luadoc

Draws a color picker box where the user can select a color.

Functions

goo.colorpick:clearSelection () Clears the selected color.
goo.colorpick:getColor () Gets the currently selected color.


Functions

goo.colorpick:clearSelection ( )

Clears the selected color.

goo.colorpick:getColor ( )

Gets the currently selected color.

Return values:

  1. number: the Red value (0-255).
  2. number: the Green value (0-255).
  3. number: the Blue value (0-255).

Valid XHTML 1.0!