hsv method

  1. @override
HsvColor hsv()
override

Convert to HsvColor

Implementation

@override
HsvColor hsv() => rgb().hsv();