ImageGear for Java
ImGearWhiteBalance Constructor(double,double)
Color temperature in Kelvins.
Tint value.

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.

ImGearWhiteBalancePreset

Initializes a new instance of the ImGearWhiteBalancePreset class.
Syntax
public ImGearWhiteBalance( 
   double temperature,
   double tint
)

Parameters

temperature
Color temperature in Kelvins.
tint
Tint value.

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.

ImGearWhiteBalancePreset

See Also

Reference

ImGearWhiteBalance Class
ImGearWhiteBalance Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback