public interface FilterColorInterpolation extends Filter
Modifier and Type | Method and 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, getTimeStamp
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.java.awt.color.ColorSpace getOperationColorSpace()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.