GStateSetTransferFunct Method |
Sets transfer function used during color conversion process. A transfer
function adjusts the values of color components to compensate for nonlinear
response in an output device and in the human eye. Corresponds to the /TR key
within the ExtGState's dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetTransferFunct(
Obj TR
)
Public Sub SetTransferFunct (
TR As Obj
)
public:
virtual void SetTransferFunct(
[InAttribute] Obj^ TR
) sealed
function SetTransferFunct(TR);
Parameters
- TR
- Type: pdftron.SDFObj
- SDF/Cos transfer function, Array, or name
See Also