ImageGear for Java
setItem(long,long) Method
Index of the LUT to get.
Long number.

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 Int64 input value.
Syntax
public void setItem( 
   long index,
   long value
)

Parameters

index
Index of the LUT to get.
value
Long number.

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