magickWhiteBalanceImage method
MagickWhiteBalanceImage() applies white balancing to an image according to a grayworld assumption in the LAB colorspace.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickWhiteBalanceImage() async => await _magickCompute(
_magickWhiteBalanceImage,
_wandPtr.address,
);