public class ColorCheck extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ColorCheck.CMap |
static class |
ColorCheck.DenormalizedVBox |
static class |
ColorCheck.VBox |
| 构造器和说明 |
|---|
ColorCheck() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
avgRGB(File imgFile) |
static List<int[]> |
compute(BufferedImage image,
int maxcolors) |
static List<int[]> |
compute(List<int[]> pixels,
int maxcolors) |
static ColorCheck.CMap |
computeMap(BufferedImage image,
int maxcolors) |
static void |
main(String[] args) |
public static ColorCheck.CMap computeMap(BufferedImage image, int maxcolors) throws IOException
IOExceptionpublic static List<int[]> compute(BufferedImage image, int maxcolors) throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 2020. All rights reserved.