public class RGBAdjustFilter extends PointFilter implements DynFiltering
Modifier and Type | Field and Description |
---|---|
float |
bFactor |
float |
gFactor |
float |
rFactor |
Constructor and Description |
---|
RGBAdjustFilter() |
RGBAdjustFilter(float r,
float g,
float b) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
int |
filterRGB(int x,
int y,
int rgb) |
float |
getBFactor() |
float |
getGFactor() |
int[] |
getLUT() |
float |
getRFactor() |
void |
setBFactor(float bFactor) |
void |
setGFactor(float gFactor) |
void |
setRFactor(float rFactor) |
String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public RGBAdjustFilter()
public RGBAdjustFilter(float r, float g, float b)
public void setRFactor(float rFactor)
public float getRFactor()
public void setGFactor(float gFactor)
public float getGFactor()
public void setBFactor(float bFactor)
public float getBFactor()
public int[] getLUT()
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