toHsbColor method

HsbColor toHsbColor()

Returns this color as a HsbColor.

Implementation

HsbColor toHsbColor() => HsbColor.fromColor(this);