magickClampImage method
Restricts the color range from 0 to the quantum depth.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickClampImage() async =>
await _magickCompute(_magickClampImage, _wandPtr.address);