toHSV method

  1. @override
HSVColour toHSV()
override

Converts this colour to its HSVColour representation.

Implementation

@override
HSVColour toHSV() => this;