ImageGear .NET v25.1 - Updated
Item Property (ImGearLinearLUT)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : Item Property
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

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members