toHSL method

HSLColor toHSL()

Implementation

HSLColor toHSL() {
  return HSLColor.fromColor(this);
}