| Modifier and Type | Method | Description |
|---|---|---|
static MMCQ.CMap |
ColorThief.getColorMap(java.awt.image.BufferedImage sourceImage,
int colorCount) |
Use the median cut algorithm to cluster similar colors.
|
static MMCQ.CMap |
ColorThief.getColorMap(java.awt.image.BufferedImage sourceImage,
int colorCount,
int quality,
boolean ignoreWhite) |
Use the median cut algorithm to cluster similar colors.
|
static MMCQ.CMap |
MMCQ.quantize(int[][] pixels,
int maxcolors) |
Copyright © 2018. All rights reserved.