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