Class ColorShiftFilter
java.lang.Object
org.pushingpixels.flamingo.internal.utils.AbstractFilter
org.pushingpixels.flamingo.internal.utils.ColorShiftFilter
- All Implemented Interfaces:
BufferedImageOp
Image filter that shifts the colors of the original image.
-
Constructor Summary
ConstructorsConstructorDescriptionColorShiftFilter
(Color shiftColor, double shiftAmount) Creates a new color shift filter. -
Method Summary
Methods inherited from class org.pushingpixels.flamingo.internal.utils.AbstractFilter
createCompatibleDestImage, getBounds2D, getPixels, getPoint2D, getRenderingHints, setPixels
-
Constructor Details
-
ColorShiftFilter
Creates a new color shift filter.- Parameters:
shiftColor
- Shift color.shiftAmount
- Shift amount in 0.0-1.0 range.
-
-
Method Details
-
filter
-