HSLColour.fromAHSL constructor

const HSLColour.fromAHSL(
  1. double alpha,
  2. double hue,
  3. double saturation,
  4. double lightness,
)

Implementation

const HSLColour.fromAHSL(
  this.alpha,
  this.hue,
  this.saturation,
  this.lightness,
);