setToneMapping method
Sets the tone mapping (requires postprocessing).
Implementation
@override
Future<void> setToneMapping(ToneMapper mapper) async {
await _shim.setToneMapping(mapper.index).toDart;
}
Sets the tone mapping (requires postprocessing).
@override
Future<void> setToneMapping(ToneMapper mapper) async {
await _shim.setToneMapping(mapper.index).toDart;
}