public class HSBAdjustFilter extends PointFilter implements DynFiltering
Modifier and Type | Field and Description |
---|---|
float |
bFactor |
float |
hFactor |
float |
sFactor |
Constructor and Description |
---|
HSBAdjustFilter() |
HSBAdjustFilter(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 |
getHFactor() |
float |
getSFactor() |
void |
setBFactor(float bFactor) |
void |
setHFactor(float hFactor) |
void |
setSFactor(float sFactor) |
String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, 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
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class PointFilter
PageException
Copyright © 2015 Lucee