menu
color_models package
documentation
color_models.dart
ColorModel
toHsiColor method
toHsiColor method
dark_mode
light_mode
toHsiColor
method
HsiColor
toHsiColor
(
)
Converts
this
to the HSI color space.
Implementation
HsiColor toHsiColor() => ColorConverter.toHsiColor(this);
color_models package
documentation
color_models
ColorModel
toHsiColor method
ColorModel class