 | RenderIntent Enumeration |
Represents the rendering intent
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
SyntaxPublic Enumeration RenderIntent
public enum class RenderIntent
Patagames.Pdf.Enums.RenderIntent = function();
Patagames.Pdf.Enums.RenderIntent.createEnum('Patagames.Pdf.Enums.RenderIntent', false);
Members
| Member name | Value | Description |
---|
| RelativeColorimetric | 0 |
Colors are represented with respect to the combination of the light source and the output medium’s white point (such as the color of unprinted paper).
|
| AbsoluteColorimetric | 1 |
Colors are represented solely with respect to the light source; no correction is made for the output medium’s white point (such as the color of unprinted paper).
|
| Saturation | 2 |
Colors are represented in a manner that preserves or emphasizes saturation.
|
| Perceptual | 3 |
Colors are represented in a manner that provides a pleasing perceptual appearance.
|
See Also