ImageGear .NET v24.12 - Updated
ImGearWhiteBalance Constructor(Double,Double)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearWhiteBalance Class > ImGearWhiteBalance Constructor : ImGearWhiteBalance Constructor(Double,Double)
Color temperature in Kelvins.
Tint value.
Initializes a new instance of the ImGearWhiteBalance class.
Syntax
'Declaration
 
Public Function New( _
   ByVal temperature As Double, _
   ByVal tint As Double _
)
'Usage
 
Dim temperature As Double
Dim tint As Double
 
Dim instance As New ImGearWhiteBalance(temperature, tint)
public ImGearWhiteBalance( 
   double temperature,
   double tint
)
public: ImGearWhiteBalance( 
   double temperature,
   double tint
)
public:
ImGearWhiteBalance( 
   double temperature,
   double tint
)

Parameters

temperature
Color temperature in Kelvins.
tint
Tint value.
Remarks
Setting a greater temperature for an image results in more yellow color; lower temperature results in more blue color. Useful range for temperature is between 2000 and 10000.

Setting a greater tint value for an image results in a more magenta color, lower tint values result in a greener color. Useful range for tint is between -50 and 50.

See Also

Reference

ImGearWhiteBalance Class
ImGearWhiteBalance Members
Overload List
ImGearWhiteBalance Class