hue property
This color's hue, between 0
and 360
.
Implementation
@Deprecated('Use channel() instead.')
double get hue => _legacyChannel(ColorSpace.hsl, 'hue');
This color's hue, between 0
and 360
.
@Deprecated('Use channel() instead.')
double get hue => _legacyChannel(ColorSpace.hsl, 'hue');