This function checks whether HIGLUT is valid.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_LUT_is_valid(HIGLUT lut); |
Name | Type | Description |
---|---|---|
lut | HIGLUT | LUT handle. |
TRUE if HIGLUT is valid; FALSE - otherwise.
This function does not process image pixels.
None