Click or drag to resize

ColorPicker Class

Control to show and pick a color.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ColorPicker : Control

The ColorPicker type exposes the following members.

Constructors
  NameDescription
Public methodColorPicker
Initializes a new instance of the ColorPicker class
Top
Properties
  NameDescription
Public propertyAllowAlpha
Gets or sets a value indicating whether the user can adjust the Alpha component of the Color.
Public propertySupportsAllowAlpha
Gets a value indicating that the current platform supports the AllowAlpha property.
Public propertyValue
Gets or sets the selected color value.
Public propertyValueBinding
Gets a binding to the Value property.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
Protected methodOnColorChanged
Raises the event.
Top
Events
  NameDescription
Public eventValueChanged
Occurs when the Value is changed.
Top
Fields
  NameDescription
Public fieldStatic memberColorChangedEvent
Identifier for handlers when attaching the ValueChanged event.
Top
See Also