Click or drag to resize

RenderColorOption Class

Represets a single editable colour for the OptionsWindow
Inheritance Hierarchy
SystemObject
  Demo3D.GuiRenderColorOption

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public class RenderColorOption : INotifyPropertyChanged

The RenderColorOption type exposes the following members.

Constructors
  NameDescription
Public methodRenderColorOption
Initializes a new instance of the RenderColorOption class
Top
Properties
  NameDescription
Public propertyColorValue
The current color value for this item
Public propertyDefaultColor
The default color value for this item
Public propertyLabel
The text display header for this color option
Public propertySerializedName
The shorthand name this color option is serialized as
Top
Methods
Events
  NameDescription
Public eventColorChanged
Custom event to be raised when the color value is changed
Public eventPropertyChanged
Top
See Also