public ColorPicker(color as Color = null, mode as String = ColorPicker.RGB):
Creates a color picker.
| Parameter | Description |
|---|---|
color | Initial current color and "Before" preview. |
mode | Initially visible selection mode. |
picker = ColorPicker(Color.fromHex("#FF00FF"))