toHSV property

HSVColor toHSV

Convert this to a HSV color space

Implementation

HSVColor get toHSV => toHSL.toHSV;