This function updates (creates if not present) a grayscale LUT for the image display.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_dspl_grayscale_LUT_update_from( HIGEAR hIGear, DWORD dwGrpID, HIGLUT lut ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle. |
dwGrpID | DWORD | Display group ID. |
lut | HIGLUT | 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++.
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
Medical