menu
color_models package
documentation
color_models.dart
HsbColor
toHsbColor method
toHsbColor method
dark_mode
light_mode
toHsbColor
method
@
override
HsbColor
toHsbColor
(
)
override
Converts
this
to the HSB color space.
Implementation
@override HsbColor toHsbColor() => this;
color_models package
documentation
color_models
HsbColor
toHsbColor method
HsbColor class