ImageGear for .NET
Item Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : Item Property




index
Index of the LUT to get.

Glossary Item Box

Gets or sets LUT output value corresponding to Int32 input value.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

index
Index of the LUT to get.

Property Value

Integer 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

©2013. Accusoft Corporation. All Rights Reserved.