Initializes color temperature structure from XY coordinates of white point.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_color_temperature_initialize_from_XY(
const AT_DPOINT* lpWhiteXY,
AT_COLOR_TEMPERATURE* lpColorTemperature
);
|
Name | Type | Description |
---|---|---|
lpWhiteXY | const AT_DPOINT* | Coordinates of a white point. |
lpColorTemperature | 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.