toHsbColor method

HsbColor toHsbColor()

Converts this to the HSB color space.

Implementation

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