public class ImageUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
colorDarknessRatio(BufferedImage image) |
static double |
colorDarknessRatio(BufferedImage image,
int x,
int y,
int sampleSize) |
static double |
colorDarknessRatio(BufferedImage image,
int x1,
int y1,
int x2,
int y2) |
static double |
colorDarknessRatio(int rgb) |
public static double colorDarknessRatio(int rgb)
public static double colorDarknessRatio(BufferedImage image, int x, int y, int sampleSize)
public static double colorDarknessRatio(BufferedImage image, int x1, int y1, int x2, int y2)
public static double colorDarknessRatio(BufferedImage image)
Copyright © 2022. All rights reserved.