toHsiColor method

HsiColor toHsiColor()

Converts this to the HSI color space.

Implementation

HsiColor toHsiColor() => ColorConverter.toHsiColor(this);