color
object
Information about a color.
When the liquid engine encounters an invalid Hex6 or Hex8 (RGBA) color value, it defaults to #000000FF
.
Properties
Name | Type | Description |
---|---|---|
hex | string | Color Hex |
red | number | The red component of the color, which is a number between 0 and 255. |
green | number | The green component of the color, which is a number between 0 and 255. |
blue | number | The blue component of the color, which is a number between 0 and 255. |
alpha | number | The alpha component of the color, which is a decimal number between 0.0 and 1.0. |
hue | number | The hue component of the color, which is a number between 0 and 360. |
staturation | number | The saturation component of the color, which is a number between 0 and 100. |
lightness | number | The lightness component of the color, which is a number between 0 and 100. |