ImageGear v26.3 - Updated
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
    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