Class StypHSL

CSS property value representing HSL color in hsl() or hsla() functional notation.

Hierarchy

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

a: number

Alpha value between 0 and 1.

h: number

Hue angle value in degrees between 0 and 360.

l: number

Lightness percentage.

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.

s: number

Saturation percentage.

Accessors

Methods

Generated using TypeDoc