ImageGear v26.3 - Updated
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
    public ImGearXMPInteger Tint {get; set;}
    public: __property ImGearXMPInteger* get_Tint();
    public: __property void set_Tint( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ Tint {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

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