ImageGear .NET v24.12 - Updated
Tint Property (ImGearWhiteBalance)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearWhiteBalance Class : Tint Property
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

Reference

ImGearWhiteBalance Class
ImGearWhiteBalance Members
ImGearWhiteBalance Class