toHSL method

  1. @override
HSLColour toHSL()
override

Converts this colour to its HSLColour representation.

Implementation

@override
HSLColour toHSL() => this;