 
            Initializes color temperature structure from a preset value, such as Daylight, Tungsten, etc.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_color_temperature_initialize_from_preset(
        enumIGWhiteBalancePreset PresetValue,
        AT_COLOR_TEMPERATURE* lpColorTemperature        
);
 | |
| Name | Type | Description | 
|---|---|---|
| PresetValue | enumIGWhiteBalancePreset | Preset white balance identifier. | 
| ColorTemperature | AT_COLOR_TEMPERATURE* | Color temperature structure to be initialized. | 
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.