public class HSBAdjustFilter extends PointFilter
| Modifier and Type | Field and Description |
|---|---|
float |
bFactor |
float |
hFactor |
float |
sFactor |
canFilterIndexColorModel| Constructor and Description |
|---|
HSBAdjustFilter() |
HSBAdjustFilter(float r,
float g,
float b) |
| Modifier and Type | Method and Description |
|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
float |
getBFactor() |
float |
getHFactor() |
float |
getSFactor() |
void |
setBFactor(float bFactor) |
void |
setHFactor(float hFactor) |
void |
setSFactor(float sFactor) |
java.lang.String |
toString() |
filter, setDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColorpublic HSBAdjustFilter()
public HSBAdjustFilter(float r,
float g,
float b)
public void setHFactor(float hFactor)
public float getHFactor()
public void setSFactor(float sFactor)
public float getSFactor()
public void setBFactor(float bFactor)
public float getBFactor()
public int filterRGB(int x,
int y,
int rgb)
filterRGB in class PointFilterpublic java.lang.String toString()
toString in class java.lang.Object