ImageGear for Java
setItem(int,int) Method
Index of the LUT to get.
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.

Sets LUT output value corresponding to Int32 input value.
Syntax
public void setItem( 
   int index,
   int value
)

Parameters

index
Index of the LUT to get.
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