hue property

  1. @Deprecated('Use channel() instead.')
double get hue

This color's hue, between 0 and 360.

Implementation

@Deprecated('Use channel() instead.')
double get hue => _legacyChannel(ColorSpace.hsl, 'hue');