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