ColorSpaceGetTintFunction Method |
Gets the tint function.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Function GetTintFunction()
Public Function GetTintFunction As Function
public:
virtual Function^ GetTintFunction() sealed
function GetTintFunction();
Return Value
Type:
Function the function that transforms tint values into color component
values in the alternate color space.
Remarks for color spaces other than Separation this method throws an exception.
See Also