 
            This function sets the LUT item.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_VOID ACCUAPI IG_LUT_item_set(
        HIGLUT lut, 
        AT_INT32 index, 
        AT_INT value
);
 | |
| Name | Type | Description | 
|---|---|---|
| lut | HIGLUT | LUT handle. | 
| index | AT_INT32 | Index of the item. | 
| value | AT_INT | Value of the item. | 
None
This function does not process image pixels.
None
If LUT input is unsigned, valid values for index are in range [0, 2^InputDepth-1].
If LUT input is signed, valid values for index are in range [-2^(InputDepth-1), 2^(InputDepth-1)-1].