klyn.gui.windows.dialogs.ColorLightBox.ColorLightBox
constructor
public ColorLightBox(
selectedColor as Color = null,
title as String = "Select color"
):
Description

Creates an inactive color-selection lightbox.

Parameters
ParameterDescription
selectedColorInitial selection.
titleHeading displayed in the overlay.
Example
chooser = ColorLightBox(Color.fromHex("#FF00FF"), "Accent color")