contrast method

Future<void> contrast(
  1. double value
)

Implementation

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