This function tells whether input of the LUT is signed.
Declaration:
Copy Code | |
---|---|
AT_BOOL ACCUAPI IG_LUT_input_is_signed_get(HIGLUT lut); |
Arguments:
Name | Type | Description |
lut | HIGLUT | LUT handle. |
Return Value:
TRUE if the input is signed; FALSE - otherwise.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None