toHsl method

OkHsl toHsl()

Implementation

OkHsl toHsl() {
  return rgbToOkHsl(okLabToRgb(this));
}