ModalColorPicker
on-cancel
UIAction
Will call this UIAction when cancel is pressed.
color-change
UIAction<Color>
Will call this UIAction when the color changes before done is pressed.
on-done
UIAction<Color>
Will call this UIAction when done is pressed with the current Color.
value
UIValue(Color)
Will get from this value on open and set this value on completion.