This function returns the size, in bytes, of the LUT data.
Declaration:
Copy Code | |
---|---|
AT_INT ACCUAPI IG_LUT_size_get(HIGLUT hlut); |
Arguments:
Name | Type | Description |
hlut | HIGLUT | Handle of the LUT. |
Return Value:
Returns the size, in bytes, of the LUT data.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None