|
Represents the "TR" entry of the graphics state parameter
dictionary object.
It is an optional entry defined as part of the PDF 1.0
specification. It was deprecated in PDF 2.0.
This property may contain one of two different types:.
1) A string representing a PDF name object.
If provided, this item must always take the value
"Identity".
2) An array which contains FunctionElements.
If you read the specification you will see that an array of one
FunctionElement
may be represented as a single FunctionElement
rather than an array. However we always present this property as an
array to simplify the interface. It is only if you add or remove
items in the array, that the underlying representation will be
changed.
For definitive details see:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 58,
page 129.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 57, page 163.
The transfer function maps a device color component value to the
actual ink density or output level, compensating for non-linearity
in the output device. It may be a single function applied to all
components or an array of four functions for CMYK.
Transfer functions are a legacy mechanism for device
calibration. PDF 2.0 discourages their use in favour of ICC-based
color management. The value Identity may be used to pass component
values through unchanged.
|