Future<void> saturation(double value) async { _temp = await _generator.saturation(await _getPath(), value); }