toHsiColor static method

HsiColor toHsiColor(
  1. ColorModel color
)

Converts a color from any color space to HSI.

Implementation

static HsiColor toHsiColor(ColorModel color) => rgbToHsi(color.toRgbColor());