ImageGear v26.3 - Updated November 9, 2022
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

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