ImageGear v26.3 - Updated
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
    public ImGearRenderingIntents RenderingIntent {get;}
    public: __property ImGearRenderingIntents get_RenderingIntent();
    public:
    property ImGearRenderingIntents RenderingIntent {
       ImGearRenderingIntents get();
    }

    Property Value

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