Class Fox::FXColorDialog
In: rdoc-sources/FXColorDialog.rb
Parent: FXDialogBox

FXColorDialog is a standard dialog panel used to edit colors. Colors can be edited via RGB (Red, Green, Blue additive color model), via HSV (Hue, Saturation, Value color modal), via CMY (Cyan, Magenta, Yellow subtractive color model), or by name. Commonly used colors can be dragged into a number of small color wells to be used repeatedly; colors dropped into the small color wells are automatically saved into the registry for future use.

Events

The following messages are sent by FXColorDialog to its target:

SEL_CHANGED:sent continuously, while the color selector‘s color is changing
SEL_COMMAND:sent when the new color is set

Message identifiers

ID_COLORSELECTOR:used internally to identify messages from the FXColorSelector

Methods

new   opaqueOnly?  

Attributes

opaqueOnly  [W]  Only opaque colors allowed [Boolean]
rgba  [RW]  The color [FXColor]

Public Class methods

Public Instance methods

Return true if only opaque colors allowed

[Validate]