ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearWhiteBalance Class / Tint Property




In This Topic
    Tint Property (ImGearWhiteBalance)
    In This Topic
    Gets or sets the tint.
    Syntax
    'Declaration
     
    Public Property Tint As Double
    'Usage
     
    Dim instance As ImGearWhiteBalance
    Dim value As Double
     
    instance.Tint = value
     
    value = instance.Tint
    public double Tint {get; set;}
    public: __property double get_Tint();
    public: __property void set_Tint( 
       double value
    );
    public:
    property double Tint {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also