GraffitiColorPicker

View Categories

Enumerations #

NameValues
DropdownPositionsBottomLeft
BottomRight
TopLeft
TopRight
SelectorTypesHue
Brightness
Saturation
Wheel

Constants #

This class exposes no constants.

Events #

DefinitionDescription
ValueChangeThis event is fired when the color value has changed.

Methods #

This class does not expose any methods.

Properties #

NameTypeDefault ValueDescription
ColorValueColorNilReturns the value of the ColorPicker as a Color object.
DropdownPositionDropdownPositionsDropdownPositions.BottomLeftLocation of the picker relative to the control.
HexValueString“”Returns the value of the ColorPicker in HTML HEX8 format (IE: #FFFFFF00).
InlineBooleanFalseIf 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.
SelectorTypeSelectorTypesSelectorTypes.HueThe selection mode used, either inline or for the popup.
ShowOpacityBooleanTrueWhether 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.