Colors

From Lianjapedia
Jump to: navigation, search

Note that colors may be overridden by Themes or CSS Styles.

Select Color dialog

Select Color dialog


Most color attributes have a [...] button displayed alongside them. Click this button to display the Select Color dialog and pick a color.


The dialog offers a gallery of basic colors for selection.

Alternatively, use the color palette and/or slider to choose from the full range of colors.

Or specify the color's Hue-Saturation-Value or Red-Green-Blue-Alpha numeric values.

Click on Add to Custom Colors to add your currently selected color to the Custom colors gallery.


Click OK to exit the dialog and set the attribute's value to the currently selected color.

Click Cancel to exit the dialog without changing the attribute's value


Color Information panel

Color Information panel


Clicking the color attribute name displays the Color Information panel.

This lists the Red-Green-Blue-Alpha values for the attribute's color value.


HTML style color

For color attributes that do not have an associated Select Color dialog, just a text field to enter the value, the color can be specified in the following ways:

Color name

An HTML color name, e.g.

Coral
LightCyan
DarkGreen

Hexadecimal color value

A hexadecimal color value, with or without the # prefix, e.g.

#FF7F50
FF7F50

RGB color value

An RGB color value: rgb(red,green,blue), e.g.

rgb(255, 127, 80)

See Also

Gradients