ColorPickerComponent
A helper component that offers the ability to change color and keep a history of selected colors, for use in an InspectorComponent
Properties
changeEvent
changeEvent:
EventEmitter<string>
Fires an event when the user selects a new style via mouse click.
Output
maxColors?
optionalmaxColors:number=10
Maximum number of colors in history. Defaults to 10.
Input
propertyName
propertyName:
string
The name of the property that maps the color. Required.