public ColorLightBox( selectedColor as Color = null, title as String = "Select color" ):
Creates an inactive color-selection lightbox.
| Parameter | Description |
|---|---|
selectedColor | Initial selection. |
title | Heading displayed in the overlay. |
chooser = ColorLightBox(Color.fromHex("#FF00FF"), "Accent color")