Filter, FilterColorInterpolation, java.awt.image.renderable.RenderableImageComponentTransferRable8Bitpublic interface ComponentTransferRable extends FilterColorInterpolation
| Modifier and Type | Method | 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.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampgetOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearFilter 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 ? 2018 Apache Software Foundation. All Rights Reserved.