ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearWhiteBalance Class > ImGearWhiteBalance Constructor : ImGearWhiteBalance Constructor(double,double) |
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.
public ImGearWhiteBalance( double temperature, double tint ) |
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.