public interface FilterColorInterpolation extends Filter
HINTS_OBSERVED
Modifier and Type | Method and Description |
---|---|
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, getTimeStamp
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
boolean 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.ColorSpace getOperationColorSpace()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.