ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorProfileManager Class / RenderingIntent Property




In This Topic
RenderingIntent Property (ImGearColorProfileManager)
In This Topic
Gets or sets rendering intent to use for implicit color space conversions when global profiles are enabled.
Syntax
'Declaration
 
Public Shared Property RenderingIntent As ImGearRenderingIntents
 
'Usage
 
Dim value As ImGearRenderingIntents
 
ImGearColorProfileManager.RenderingIntent = value
 
value = ImGearColorProfileManager.RenderingIntent

Property Value

ImGearRenderingIntents enumeration value.
Remarks
Rendering intent controls how color matching is performed during color space conversion. The default value is ImGearRenderingIntents.PERCEPTUAL.
See Also