toHsbColor static method

HsbColor toHsbColor(
  1. ColorModel color
)

Converts a color from any color space to HSL.

Implementation

static HsbColor toHsbColor(ColorModel color) => rgbToHsb(color.toRgbColor());