Interface PickerColorSelectedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Store the color value selected by the user from the color picker.
-
Method Details
-
onPickerColorSelected
Store the color value selected by the user from the color picker. You will need to override this method if you wish to capture opacity information from theColorPicker
.- Parameters:
event
- the event
-