magickUniqueImageColors method

Future<bool> magickUniqueImageColors()

MagickUniqueImageColors() discards all but one of any pixel color.

This method runs inside an isolate different from the main isolate.

Implementation

Future<bool> magickUniqueImageColors() async => await _magickCompute(
      _magickUniqueImageColors,
      _wandPtr.address,
    );