ImageGear Professional DLL v17.1 for Windows Accusoft
IG_image_grayscale_LUT_copy_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > General Image Functions > IG_image_grayscale_LUT_copy_get

Glossary Item Box

This function returns a copy of image grayscale LUT, if it exists.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_image_grayscale_LUT_copy_get(
        HIGEAR hIGear,
        HIGLUT *lpLUT
);

Arguments:

hIGear ImageGear handle.
lpLUT New LUT handle.

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:

All pixel formats supported by ImageGear Professional.

Currently, grayscale LUT is only taken into account for 2…16 bpp Grayscale images.

Sample:

None

©2012. Accusoft Corporation. All Rights Reserved.