com.jhlabs.image
Class ChannelMixFilter
- BufferedImageOp, Cloneable
public class ChannelMixFilter
A filter which allows the red, green and blue channels of an image to be mixed into each other.
ChannelMixFilter
public ChannelMixFilter()
getBlueGreen
public int getBlueGreen()
getGreenRed
public int getGreenRed()
getIntoB
public int getIntoB()
getIntoG
public int getIntoG()
getIntoR
public int getIntoR()
getRedBlue
public int getRedBlue()
setBlueGreen
public void setBlueGreen(int blueGreen)
setGreenRed
public void setGreenRed(int greenRed)
setIntoB
public void setIntoB(int intoB)
setIntoG
public void setIntoG(int intoG)
setIntoR
public void setIntoR(int intoR)
setRedBlue
public void setRedBlue(int redBlue)
toString
public String toString()