@ascentbv/ts-common - v1.0.123
Preparing search index...
HSL
Type Alias HSL
Represents a color in Hue-Saturation-Lightness format. Hue: 0–360, Saturation and Lightness: 0–100.
type
HSL
=
{
h
:
number
;
s
:
number
;
l
:
number
;
}
Index
Properties
h
s
l
Properties
h
h
:
number
s
s
:
number
l
l
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
h
s
l
@ascentbv/ts-common - v1.0.123
Loading...
Represents a color in Hue-Saturation-Lightness format. Hue: 0–360, Saturation and Lightness: 0–100.