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 | Coming soon, this will be filled out when it is added. |
|
|
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. |
|
White Red Green Pink |
RGB |
Colors may be entered as RGB values, with three values for red, blue, and green, in that order. |
|
White Red Green Pink |
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. |
|
White Red Green Pink |
HSL | Colors may be entered as HSL values, specifying hue, saturation, and lightness. |
|
White Red Green Pink |
HSLA |
Colors may be entered as HSLA values, specifying hue, saturation, and lightness, in addition to an alpha value that controls transparency. |
|
White Red Green Pink |
Color String | A supported color may be written as a simple String. See Color Strings for examples of all supported colors. |
|
White Red Green Pink |
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 |
red |
|
|
|
|
|
|
|
| |
lightCoral |
#F08080 |
rgb(240, 128, 128) |
hsl(0,79,72) |
|
salmon |
|
|
|
|
darkSalmon |
|
|
|
|
lightSalmon |
|
|
|
|
crimson |
|
|
|
|
fireBrick |
|
|
|
|
darkRed |
|
|
|