November 2003
Beginner to intermediate
480 pages
15h 3m
English
choose color — color selection dialog
Puts up a standard Color Picker
dialog, where the user may choose a color. Returns a color. A color
is expressed as an rgb color, which is a list of
three integers representing the red, green, and blue components. If
the user cancels, an error is thrown (-128: “User
canceled.”) You can optionally specify a color that
is selected initially when the Color Picker appears.
choose color default color {9000, 10000, 50000} -- {50000, 9000, 10000}Read now
Unlock full access