klyn.gui.windows.ColorPicker.ColorPicker
constructor
public ColorPicker(color as Color = null, mode as String = ColorPicker.RGB):
Description

Creates a color picker.

Parameters
ParameterDescription
colorInitial current color and "Before" preview.
modeInitially visible selection mode.
Example
picker = ColorPicker(Color.fromHex("#FF00FF"))