public setColor(color as Color) as Void:
Replaces the color used when the lightbox is next opened.
| Parameter | Description |
|---|---|
color | New initial selection. A null value leaves the current selection unchanged. |
chooser.setColor(Color.fromHex("#4F8550"))
chooser.open()