Class StypRGB

CSS property value representing RGB color in rgb() or rgba() functional notation.

Hierarchy

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

a: number

Alpha value between 0 and 1.

b: number

Blue color value between 0 and 255.

g: number

Green color value between 0 and 255.

priority: number

CSS 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.

r: number

Red color value between 0 and 255.

Accessors

Methods

Generated using TypeDoc