This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
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

Inherits: WidgetDialog

This class creates a dialog with clickable color field, RGB value sliders, color parameters and a predefined palette. There are two color formats available:

  • Standard format, which represents colors as four-component vectors.
  • Web format, which allows these variants: RRGGBB, RRGGBBAA, #RRGGBB, #RRGGBBAA.

WidgetDialogColor Class

Properties

string PaletteColors#

The current palette colors.
set
Fills the palette with given colors.
set value - List of colors in the Web format separated with semicolons.

string WebColor#

The currently selected color in the web format.
set
Selects a color in the web format.
set value - Color in the Web format.

vec4 Color#

The currently selected color.
set
Selects a given color.
set value - Color.

Members


static WidgetDialogColor ( Gui gui, string str = 0 ) #

Constructor. Creates a color picker dialog with given parameters.

Arguments

  • Gui gui - GUI, to which the dialog will belong.
  • string str - Dialog title. This is an optional parameter.
Last update: 2020-04-10
Build: ()