public class HSBAdjustFilter extends PointFilter
Modifier and Type | Field and Description |
---|---|
float |
bFactor |
float |
hFactor |
float |
sFactor |
canFilterIndexColorModel
filterListener
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) |
String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public 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 PointFilter
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.