public interface ComponentTransferRable extends FilterColorInterpolation
Modifier and Type | Method and Description |
---|---|
ComponentTransferFunction |
getAlphaFunction()
Returns the transfer function for the alpha channel
|
ComponentTransferFunction |
getBlueFunction()
Returns the transfer function for the blue channel
|
ComponentTransferFunction |
getGreenFunction()
Returns the transfer function for the green channel
|
ComponentTransferFunction |
getRedFunction()
Returns the transfer function for the red channel
|
Filter |
getSource()
Returns the source to be offset.
|
void |
setAlphaFunction(ComponentTransferFunction alphaFunction)
Sets the transfer function for the alpha channel
|
void |
setBlueFunction(ComponentTransferFunction blueFunction)
Sets the transfer function for the blue channel
|
void |
setGreenFunction(ComponentTransferFunction greenFunction)
Sets the transfer function for the green channel
|
void |
setRedFunction(ComponentTransferFunction redFunction)
Sets the transfer function for the red channel
|
void |
setSource(Filter src)
Sets the source to be offset.
|
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
Filter getSource()
void setSource(Filter src)
src
- image to offset.ComponentTransferFunction getAlphaFunction()
void setAlphaFunction(ComponentTransferFunction alphaFunction)
ComponentTransferFunction getRedFunction()
void setRedFunction(ComponentTransferFunction redFunction)
ComponentTransferFunction getGreenFunction()
void setGreenFunction(ComponentTransferFunction greenFunction)
ComponentTransferFunction getBlueFunction()
void setBlueFunction(ComponentTransferFunction blueFunction)
Copyright © 2022 Apache Software Foundation. All Rights Reserved.