Readonly
aAlpha value between 0
and 1
.
Readonly
hHue angle value in degrees between 0
and 360
.
Readonly
lLightness percentage.
Readonly
priorityCSS property value priority.
The value Important and above means the property is !important
. Everything else means normal
priority.
The property value with higher priority number takes precedence over the one with lower one.
Readonly
sSaturation percentage.
This color in HSL coordinates.
Always the same as this
.
Color value type corresponding to color coordinates. Either rgb
or hsl
Maps the given CSS property value to the value of this one's type. Defaults to this value if mapping is not possible.
This method allows to use an structured value instance as CSS property mapping.
A raw property value that should be converted.
Mapped property value.
Checks whether this value equals to CSS property value.
CSS property value to compare with.
Generated using TypeDoc
CSS property value representing HSL color in
hsl()
orhsla()
functional notation.