menu
collect package
documentation
modules/colour/colour.dart
HSLColour
HSLColour.fromAHSL const constructor
HSLColour.fromAHSL const constructor
dark_mode
light_mode
HSLColour.fromAHSL
constructor
const
HSLColour.fromAHSL
(
double
alpha
,
double
hue
,
double
saturation
,
double
lightness
,
)
Implementation
const HSLColour.fromAHSL( this.alpha, this.hue, this.saturation, this.lightness, );
collect package
documentation
modules/colour/colour
HSLColour
HSLColour.fromAHSL const constructor
HSLColour class