org.apache.batik.ext.awt.image.renderable
public interface FilterColorInterpolation extends Filter
Method Summary | |
---|---|
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. |
Parameters: csLinear if true this operation will be performed in the linear sRGB colorspace, if false the operation will be performed in gamma corrected sRGB.