Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The choose color command lets you choose a color value from the standard Mac OS X color picker dialog. The result returned by the command is an RGB value, a standard list containing three integers representing the intensities of the red, green, and blue components of the color. This RGB value can be used in any application command that takes an RGB list value as a parameter.
This command is part of the Standard Additions scripting addition. It can be used within or outside of tell blocks.