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 TypeMethodDescriptionintfilterRGB(int x, int y, int rgb) floatfloatfloatvoidsetBFactor(float bFactor) voidsetHFactor(float hFactor) voidsetSFactor(float sFactor) toString()Methods inherited from class com.jhlabs.image.PointFilter
filter, setDimensionsMethods 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:
filterRGBin classPointFilter
-
toString
-