|
| int |
GetFunctionType () |
| |
| bool |
CheckCompatibilityWithColorSpace (PdfColorSpace alternateSpace) |
| |
| int |
GetInputSize () |
| |
| int |
GetOutputSize () |
| |
| double[] |
GetDomain () |
| |
| void |
SetDomain (double[] value) |
| |
| double[] |
GetRange () |
| |
| void |
SetRange (double[] value) |
| |
| double[] |
Calculate (double[] input) |
| |
Calculates one set of input components to one set of output components. More...
|
| |
| byte[] |
CalculateFromByteArray (byte[] bytes, int offset, int length, int wordSizeInputLength, int wordSizeOutputLength) |
| |
| byte[] |
CalculateFromByteArray (byte[] bytes, int offset, int length, int wordSizeInputLength, int wordSizeOutputLength, BaseInputOutPutConvertors.IInputConversionFunction inputConvertor, BaseInputOutPutConvertors.IOutputConversionFunction outputConvertor) |
| |
| double[] |
ClipInput (double[] input) |
| |
| double[] |
ClipOutput (double[] input) |
| |
| PdfObject |
GetAsPdfObject () |
| |