Unigine::WidgetDialogColor Class
Interface for widget dialog color handling. See also UnigineScript analog.
To use this class, include the UnigineWidgetDialogColor.h file.
Unigine::WidgetDialogColor Class
Members
static Ptr< WidgetDialogColor > create (const WidgetDialogPtr & dialog)
WidgetDialogColor constructor.Arguments
- const WidgetDialogPtr & dialog - Dialog smart pointer.
static Ptr< WidgetDialogColor > create (const Ptr< Gui > & Gui, const char * str)
WidgetDialogColor constructor.Arguments
- const Ptr< Gui > & Gui - pointer.
- const char * str - Dialog window title. This is an optional argument.
virtual void setColor (const vec4 & color) const =0
Selects a given color.Arguments
- const vec4 & color - Color.
virtual vec4 getColor () const =0
Returns the currently selected color.Return value
Current color.virtual void setWebColor (const char * str) const =0
Selects a color in the web format.Arguments
- const char * str - Color in the web format.
virtual const char * getWebColor () const =0
Returns the currently selected color in the web format.Return value
Current color.virtual void setPaletteColors (const char * str) const =0
Fills the palette with given colors.Arguments
- const char * str - A list of colors in the Web format separated with semicolons.
virtual const char * getPaletteColors () const =0
Returns the current palette colors.Return value
List of colors in the Web format separated with semicolons.Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)