ImageGear Professional DLL v18.1 for Windows
IG_dspl_grayscale_LUT_update_from
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Display Functions > IG_dspl_grayscale_LUT_update_from

Glossary Item Box

This function updates (creates if not present) a grayscale LUT for the image display.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_dspl_grayscale_LUT_update_from(
        HIGEAR hIGear,
        DWORD dwGrpID,
        HIGLUT lut
);

Arguments:

Name Type Description
hIGear HIGEAR HIGEAR handle.
dwGrpID DWORD Display group ID.
lut HIGLUT 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.

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.

Sample:

Medical

©2014. Accusoft Corporation. All Rights Reserved.