toHsvColor method

  1. @override
HsvColor toHsvColor()
override

Implementation

@override
HsvColor toHsvColor() => toRgbColor().toHsvColor();