public class RGBAdjustFilter extends PointFilter
Modifier and Type | Field and Description |
---|---|
float |
bFactor |
float |
gFactor |
float |
rFactor |
canFilterIndexColorModel
filterListener
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, setDimensions
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, 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
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.