ImageGear Professional DLL v17.1 for Windows Accusoft
IG_color_temperature_initialize_from_XY
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Color Temperature Functions > IG_color_temperature_initialize_from_XY

Glossary Item Box

Initializes color temperature structure from XY coordinates of white point.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_color_temperature_initialize_from_XY(
        const AT_DPOINT *lpWhiteXY,
        AT_COLOR_TEMPERATURE *lpColorTemperature        
);

Arguments:

lpWhiteXY Coordinates of a white point.
lpColorTemperature Color temperature structure to be initialized.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.