toHsiColor method

  1. @override
HsiColor toHsiColor()
inherited

Converts this to the HSI color space.

Implementation

@override
HsiColor toHsiColor() => _cast().toHsiColor().cast();