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
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

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