ImageGear Professional DLL v17.1 for Windows Accusoft
IG_LUT_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > LUT Functions > IG_LUT_create

Glossary Item Box

This function creates a LUT object.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_LUT_create(
        AT_INT InputDepth, 
        AT_BOOL InputIsSigned, 
        AT_INT OutputDepth, 
        AT_BOOL OutputIsSigned,
        HIGLUT *lpLUT
);

Arguments:

InputDepth Input bit count of the LUT.
InputIsSigned Shows whether input of the LUT is signed.
OutputDepth Output bit count of the LUT.
OutputIsSigned Shows whether output of the LUT is signed.
lpLUT Handle of the created LUT object.

Return Value:

Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

Medical

©2012. Accusoft Corporation. All Rights Reserved.