hue property

double hue

This color's hue, between 0 and 360.

Implementation

double get hue {
  if (_hue == null) _rgbToHsl();
  return _hue!;
}