ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class / Item Property




Item Property (ImGearLinearLUT)
Gets or sets LUT output value corresponding to Int32 input value.
Overload List
OverloadDescription
Gets or sets LUT output value corresponding to Int32 input value.  
Gets or sets LUT output value corresponding to Int64 input value.  
Remarks
LUT output value the formula is: result = input_value * Slope + Intercept + 0.5.

Set accessor throws exception, because such operation is invalid for this type of LUT.

See Also