FOM Reference > Application > Preferences > fTemplatePreferencesOutput interface
  
fTemplatePreferencesOutput interface
This object specifies preferences related to how the formatted content is output.
RenderingIntents enumeration
The rendering intents to use when converting colours using the profiles.
The RenderingIntents enumeration has the following constants of type int.
INTENT_PERCEPTUAL = 0
Use the Perceptual rendering intent.
INTENT_SATURATION = 1
Use the Saturation rendering intent.
INTENT_RELATIVECOLORIMETRIC = 2
Use the Relative Colorimetric rendering intent.
INTENT_ABSOLUTECOLORIMETRIC = 3
Use the Absolute Colorimetric rendering intent.
displayProfileRGB attribute
The ICC color profile to use when processing device-independent colors to RGB for displaying on screen. If a suitable working profile can't be found or this value is left unset, APP's traditional color processing will be used instead.
displayProfileRGB
Access
read-write
Returns
String
renderingIntent attribute
The rendering intent to use when converting colors using ICC color profiles. Possible values are in fTemplatePreferencesOutput-RenderingIntents.
renderingIntent
Access
read-write
Returns
int
workingProfileCMYK attribute
The ICC color profile to use when processing CMYK colors and converting them to device-independent values. If a suitable output profile can't be found, or this value is left unset, APP's traditional color processing will be used instead.
workingProfileCMYK
Access
read-write
Returns
String
workingProfileRGB attribute
The ICC color profile to use when processing RGB colors and converting them to device-independent values. If a suitable output profile can't be found, or this value is left unset, APP's traditional color processing will be used instead.
workingProfileRGB
Access
read-write
Returns
String