hsv property

HSVColor get hsv

Returns the HSV representation of the color.

Implementation

HSVColor get hsv => HSVColor.fromColor(this);