Readonly
aAlpha value between 0
and 1
.
Readonly
bBlue color value between 0
and 255
.
Readonly
gGreen color value between 0
and 255
.
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
rRed color value between 0
and 255
.
This color in RGB coordinates.
Always the same as this
.
rgb
value type.
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 RGB color in
rgb()
orrgba()
functional notation.