hsv property

HSVColor hsv

Shortcut for HSVColor.fromColor(color).

Implementation

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