public class ChannelMixFilter extends PointFilter implements DynFiltering
Constructor and Description |
---|
ChannelMixFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
int |
filterRGB(int x,
int y,
int rgb) |
int |
getBlueGreen() |
int |
getGreenRed() |
int |
getIntoB() |
int |
getIntoG() |
int |
getIntoR() |
int |
getRedBlue() |
void |
setBlueGreen(int blueGreen) |
void |
setGreenRed(int greenRed) |
void |
setIntoB(int intoB) |
void |
setIntoG(int intoG) |
void |
setIntoR(int intoR) |
void |
setRedBlue(int redBlue) |
String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public ChannelMixFilter()
public void setBlueGreen(int blueGreen)
public int getBlueGreen()
public void setRedBlue(int redBlue)
public int getRedBlue()
public void setGreenRed(int greenRed)
public int getGreenRed()
public void setIntoR(int intoR)
public int getIntoR()
public void setIntoG(int intoG)
public int getIntoG()
public void setIntoB(int intoB)
public int getIntoB()
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class PointFilter
PageException
Copyright © 2015 Lucee