Color Widget

From C4 Engine Wiki
Revision as of 12:34, 15 July 2023 by Eric Lengyel (talk | contribs) (Created page with "The '''Color Widget''' displays a color selection box that displays a color picker dialog when clicked. The widget color controls the color of the color box's border. == Settings == The following settings are available specifically for Color Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Color Box Settings'''}} |- {{Setting|'''Initial color value'''|Specifies the color value to which the color box is initially set (the color...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Color Widget displays a color selection box that displays a color picker dialog when clicked.

The widget color controls the color of the color box's border.

Settings

The following settings are available specifically for Color Widgets.

Setting

Description

Color Box Settings

Initial color value

Specifies the color value to which the color box is initially set (the color rendered in the interior).

Color picker title

Specifies the title of the color picker window displayed when the user clicks inside the color box.

Include alpha channel

Specifies whether the user is able to modify the alpha channel in the color picker.

Focus glow color

If checked, specifies the color of the glow rendered when the color box is clicked, overriding the default glow color given by the $buttonColor system variable multiplied by 5/8.

See Also