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