ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / ToneCurveName Property




In This Topic
    ToneCurveName Property
    In This Topic
    Gets or sets ToneCurveName property of the XMP Camera Raw schema.
    Syntax
    'Declaration
     
    Public Property ToneCurveName As ImGearXMPString
    'Usage
     
    Dim instance As ImGearCameraRawXMPMetadata
    Dim value As ImGearXMPString
     
    instance.ToneCurveName = value
     
    value = instance.ToneCurveName
    public ImGearXMPString ToneCurveName {get; set;}
    public: __property ImGearXMPString* get_ToneCurveName();
    public: __property void set_ToneCurveName( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ ToneCurveName {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies the name of the Tone Curve described by ToneCurve. One of: 'Linear', 'Medium Contrast', 'Strong Contrast', 'Custom' or a user-defined preset name.
    See Also