HSL constructor

HSL(
  1. double h,
  2. double s,
  3. double l
)

Implementation

HSL(this.h, this.s, this.l);