ImageGear22.Core Assembly > ImageGear.Processing Namespace > ImGearWhiteBalance Class > ImGearWhiteBalance Constructor : ImGearWhiteBalance Constructor(Double,Double) |
'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 )
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.