public reset(color as Color) as Void:
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.
| Parameter | Description |
|---|---|
color | Initial color for the new selection. |
picker.reset(Color.fromHex("#0EA5E9"))