addImage method

void addImage(
  1. Image image
)

Add an image to the quantized color table.

Implementation

void addImage(Image image) {
  _learn(image);
  _fix();
  _inxBuild();
  _copyColorMap();
}