Filter, java.awt.image.renderable.RenderableImageBatikHistogramNormalizationFilter, ColorMatrixRable, ComponentTransferRable, CompositeRable, ConvolveMatrixRable, DiffuseLightingRable, DisplacementMapRable, GaussianBlurRable, SpecularLightingRable, TileRable, TurbulenceRableBatikHistogramNormalizationFilter8Bit, ColorMatrixRable8Bit, ComponentTransferRable8Bit, CompositeRable8Bit, ConvolveMatrixRable8Bit, DiffuseLightingRable8Bit, DisplacementMapRable8Bit, GaussianBlurRable8Bit, SpecularLightingRable8Bit, TileRable8Bit, TurbulenceRable8Bitpublic interface FilterColorInterpolation extends Filter
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.color.ColorSpace |
getOperationColorSpace() |
Returns the ColorSpace that the object will perform
it's work in.
|
boolean |
isColorSpaceLinear() |
Returns true if this operation is to be performed in
the linear sRGB colorspace, returns false if the
operation is performed in gamma corrected sRGB.
|
void |
setColorSpaceLinear(boolean csLinear) |
Sets the colorspace the operation will be performed in.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampboolean isColorSpaceLinear()
void setColorSpaceLinear(boolean csLinear)
csLinear - if true this operation will be performed in the
linear sRGB colorspace, if false the operation will be performed in
gamma corrected sRGB.java.awt.color.ColorSpace getOperationColorSpace()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.