Type Alias: HSLColor
ts
type HSLColor = object;Defined in: types.ts:8
Properties
a?
ts
optional a: number;Defined in: types.ts:12
h
ts
h: number;Defined in: types.ts:9
l
ts
l: number;Defined in: types.ts:11
s
ts
s: number;Defined in: types.ts:10