ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class / Item Property




In This Topic
    Item Property (ImGearLinearLUT)
    In This Topic
    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