toHsbColor method

  1. @override
HsbColor toHsbColor()
inherited

Converts this to the HSV color space.

Implementation

@override
HsbColor toHsbColor() => _cast().toHsbColor().cast();