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




In This Topic
RenderingIntent Property (ImGearColorProfile)
In This Topic
Gets the rendering intent type associated with the color profile.
Syntax
'Declaration
 
Public ReadOnly Property RenderingIntent As ImGearRenderingIntents
 
'Usage
 
Dim instance As ImGearColorProfile
Dim value As ImGearRenderingIntents
 
value = instance.RenderingIntent

Property Value

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