toHsvColor method

  1. @override
HsvColor toHsvColor()
override

Implementation

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