Frequently Referenced Types
Color
There is no color type in Ignition; colors are simply strings which are formatted in one of the following ways.
Input Type | Description | Examples | Sample Color |
Color Picker |
|
|
|
Hex code | Colors may be entered as a six-digit hexadecimal RGB code. Each pair of values represents red, blue, and green, in that order. |
|
|
RGB |
Colors may be entered as RGB values, with three values for red, blue, and green, in that order. |
|
|
RGBA | Colors may be entered as RGBA values, with three values for red, blue, and green, in that order, in addition to an alpha value that controls transparency. |
|
|
HSL | Colors may be entered as HSL values, specifying hue, saturation, and lightness. |
|
|
HSLA |
Colors may be entered as HSLA values, specifying hue, saturation, and lightness, in addition to an alpha value that controls transparency. |
|
|
Color String | A supported color may be written as a simple String. See Color Strings for examples of all supported colors. |
|
|
Ignition Color String | Ignition provides a set of themed colors that may be referenced as a string. These colors will change depending on the selected theme. See the Ignition User Manual for an exhaustive list. |
|
|
Sample Color Strings
Color names and hex values are not case-sensitive.
Sample Red Color Strings
Color | String | Hex Code | RGB | HSL | |
white |
|
|
|
||
red |
|
|
|
||
|
|
|
| ||
|
|
|
|
||
|
#FFC0CB |
|
|
| |
|
|
|
| ||
|
|
|
| ||
|
|
|
| ||
|
|
|
|