toHsl method

HSL toHsl()

Implementation

HSL toHsl() {
  return HSL.fromHex(toHex());
}