ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > LUT Functions > IG_LUT_input_is_signed_get |
This function tells whether input of the LUT is signed.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_LUT_input_is_signed_get(HIGLUT lut); |
Name | Type | Description |
lut | HIGLUT | LUT handle. |
TRUE if the input is signed; FALSE - otherwise.
This function does not process image pixels.