klyn.gui.windows.dialogs.ColorLightBox.setColor
method
public setColor(color as Color) as Void:
Description

Replaces the color used when the lightbox is next opened.

Parameters
ParameterDescription
colorNew initial selection. A null value leaves the current selection unchanged.
Example
chooser.setColor(Color.fromHex("#4F8550"))
chooser.open()