public class ImageUtil extends Object
| Constructor and Description |
|---|
ImageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlack(BufferedImage image,
int x,
int y) |
static boolean |
isBlack(BufferedImage image,
int x,
int y,
int luminanceCutOff) |
public static boolean isBlack(BufferedImage image, int x, int y)
public static boolean isBlack(BufferedImage image, int x, int y, int luminanceCutOff)
Copyright © 2017 Tess4J. All Rights Reserved.