APPLICATION DESIGN


Color fields
A color field lets you display a color picker on a form. When the user clicks the down arrow of a color field, a color chart appears with two tabs. The user can choose a color using either tab.
Note that the user must be running in a color mode greater than 256 color to see the real color. If a user enters an RGB not in the palette and the user is in 256 color mode, then the closest color in the palette will be displayed for the RGB. The correct RGB will be stored and will appear correctly on systems with greater than 256 colors.

The chosen color is stored in RGB hexadecimal format.

See Also