public class RGBAdjustFilter extends PointFilter
| Modifier and Type | Field and Description |
|---|---|
float |
bFactor |
float |
gFactor |
float |
rFactor |
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
RGBAdjustFilter() |
RGBAdjustFilter(float r,
float g,
float b) |
| Modifier and Type | Method and Description |
|---|---|
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, setDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic 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 PointFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.