Table of Contents
Enumerations #
Name | Values |
---|---|
DropdownPositions | BottomLeft BottomRight TopLeft TopRight |
SelectorTypes | Hue Brightness Saturation Wheel |
Constants #
This class exposes no constants.
Events #
Definition | Description |
---|---|
ValueChange | This event is fired when the color value has changed. |
Methods #
This class does not expose any methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
ColorValue | Color | Nil | Returns the value of the ColorPicker as a Color object. |
DropdownPosition | DropdownPositions | DropdownPositions.BottomLeft | Location of the picker relative to the control. |
HexValue | String | “” | Returns the value of the ColorPicker in HTML HEX8 format (IE: #FFFFFF00). |
Inline | Boolean | False | If True, the colorpicker will be displayed inline, as opposed to showing a small control with the value that the user clicks on to pop up the selector. |
SelectorType | SelectorTypes | SelectorTypes.Hue | The selection mode used, either inline or for the popup. |
ShowOpacity | Boolean | True | Whether the use should be able to select the opacity of the color value. |
Examples #
There are currently no examples for this class.
Notes #
Dimensions #
The underlying library for the component expects the width to be 34 pixels or less when Inline = False.