ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearWhiteBalance Class / ImGearWhiteBalance Constructor / ImGearWhiteBalance Constructor(Double,Double)
Color temperature in Kelvins.
Tint value.




In This Topic
ImGearWhiteBalance Constructor(Double,Double)
In This Topic
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)

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