menu
srik_cli package
documentation
design/color_math.dart
Hsl
Hsl.new const constructor
Hsl.new const constructor
dark_mode
light_mode
Hsl
constructor
const
Hsl
(
double
h
,
double
s
,
double
l
, [
int
a
=
255
,
])
Implementation
const Hsl(this.h, this.s, this.l, [this.a = 255]);
srik_cli package
documentation
design/color_math
Hsl
Hsl.new const constructor
Hsl class