public class MaxBrightnessBinaryOp extends BinaryImageOp
combinePixels, left| Constructor and Description |
|---|
MaxBrightnessBinaryOp(java.awt.image.BufferedImage left) |
| Modifier and Type | Method and Description |
|---|---|
int |
combine(int s1,
int s2) |
int |
combineRGB(int s1,
int s2) |
createCompatibleDestImage, filtercreateCompatibleDestImage, getBounds2D, getOpName, getPoint2D, getRenderingHintspublic MaxBrightnessBinaryOp(java.awt.image.BufferedImage left)
left - public int combine(int s1,
int s2)
combine in class BinaryImageOps1 - s2 - public int combineRGB(int s1,
int s2)
combineRGB in class BinaryImageOps1 - s2 -