ImageGear .NET v25.1 - Updated
RenderingIntent Property (ImGearColorProfileManager)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorProfileManager Class : RenderingIntent Property
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
public static ImGearRenderingIntents RenderingIntent {get; set;}
public: __property static ImGearRenderingIntents get_RenderingIntent();
public: __property static void set_RenderingIntent( 
   ImGearRenderingIntents value
);
public:
static property ImGearRenderingIntents RenderingIntent {
   ImGearRenderingIntents get();
   void set (    ImGearRenderingIntents value);
}

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

Reference

ImGearColorProfileManager Class
ImGearColorProfileManager Members
ImGearRenderingIntents Enumeration