QuantizerResult constructor

const QuantizerResult(
  1. Map<int, int> colorToCount, {
  2. Map<int, int> inputPixelToClusterPixel = const {},
})

Implementation

const QuantizerResult(this.colorToCount,
    {this.inputPixelToClusterPixel = const {}});