klyn.gui.windows.ColorPicker.reset
method
public reset(color as Color) as Void:
Description

Starts a new selection while preserving the recent-colors history.

The supplied color becomes both the current value and the left-hand "Before" preview. Dialog and lightbox hosts call this method every time they open.

Parameters
ParameterDescription
colorInitial color for the new selection.
Example
picker.reset(Color.fromHex("#0EA5E9"))