Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXColorDialog.h>
Inheritance diagram for FX::FXColorDialog:
Public Member Functions | |
FXColorDialog (FXWindow *owner, const FXString &name, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
void | setRGBA (FXColor clr) |
FXColor | getRGBA () const |
FXbool | isOpaqueOnly () const |
void | setOpaqueOnly (FXbool forceopaque) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXColorDialog () |
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.
|
Construct color dialog.
|
|
Destructor.
|
|
Set the color.
|
|
Get the color.
|
|
Return true if only opaque colors allowed.
|
|
Change opaque only mode.
|
|
Save dialog to a stream.
Reimplemented from FX::FXTopWindow. |
|
Load dialog from a stream.
Reimplemented from FX::FXTopWindow. |
Copyright © 1997-2005 Jeroen van der Zijp |