This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

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
Build: ()