Package com.jhlabs.image
Class HSBAdjustFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.HSBAdjustFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
-
Field Summary
FieldsFields inherited from class com.jhlabs.image.PointFilter
canFilterIndexColorModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
filterRGB
(int x, int y, int rgb) float
float
float
void
setBFactor
(float bFactor) void
setHFactor
(float hFactor) void
setSFactor
(float sFactor) toString()
Methods inherited from class com.jhlabs.image.PointFilter
filter, setDimensions
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Field Details
-
hFactor
public float hFactor -
sFactor
public float sFactor -
bFactor
public float bFactor
-
-
Constructor Details
-
HSBAdjustFilter
public HSBAdjustFilter() -
HSBAdjustFilter
public HSBAdjustFilter(float r, float g, float b)
-
-
Method Details
-
setHFactor
public void setHFactor(float hFactor) -
getHFactor
public float getHFactor() -
setSFactor
public void setSFactor(float sFactor) -
getSFactor
public float getSFactor() -
setBFactor
public void setBFactor(float bFactor) -
getBFactor
public float getBFactor() -
filterRGB
public int filterRGB(int x, int y, int rgb) - Specified by:
filterRGB
in classPointFilter
-
toString
-