 
            This function returns a copy of display grayscale LUT, if it exists in the specified display settings group.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_dspl_grayscale_LUT_copy_get(
        HIGEAR hIGear,
        DWORD dwGrpID,
        HIGLUT* lpLUT
);
 | |
| Name | Type | Description | 
|---|---|---|
| hIGear | HIGEAR | ImageGear handle. | 
| dwGrpID | DWORD | Display group ID. | 
| lpLUT | HIGLUT* | New LUT handle. | 
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
All pixel formats supported by ImageGear for C and C++.
None