ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / Tint Property




In This Topic
Tint Property (ImGearCameraRawXMPMetadata)
In This Topic
Gets or sets Tint property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property Tint As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPInteger
 
instance.Tint = value
 
value = instance.Tint

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies "Tint" setting. Range is -150 to +150.
See Also