'Usage Dim instance As ImGearLinearLUT Dim index As Integer Dim value As Integer instance.Item(index) = value value = instance.Item(index)
Parameters
- index
- Index of the LUT to get.
'Usage Dim instance As ImGearLinearLUT Dim index As Integer Dim value As Integer instance.Item(index) = value value = instance.Item(index)
result = input_value * Slope + Intercept + 0.5.
Set accessor throws exception, because such operation is invalid for this type of LUT.