ImageGear for Java
getItem(int) Method
Index of the LUT to get.
Returns LUT output value corresponding to Int32 input value.
Syntax
public int getItem( 
   int index
)

Parameters

index
Index of the LUT to get.

Return Value

Integer value.

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
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback