toHSV method

HSVColor toHSV()

Implementation

HSVColor toHSV() {
  return HSVColor.fromColor(this);
}