ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class
Properties Methods Events


In This Topic
    ImGearLinearLUT Class Members
    In This Topic

    The following tables list the members exposed by ImGearLinearLUT.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearLinearLUT class.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets input depth of the LUT.  
    Public PropertyOverridden.  Gets a value whether LUT input values are signed.  
    Public Property Gets or sets LUT Intercept value.  
    Public PropertyOverloaded. Overridden.  Gets or sets LUT output value corresponding to Int32 input value.  
    Public PropertyOverridden.  Gets output depth of the LUT.  
    Public PropertyOverridden.  Gets a value whether LUT output values are signed.  
    Public Property Gets or sets LUT Slope value.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Creates a deep copy of the object.  
    Public MethodOverridden. Concatenates the content of the instance of the ImGearLinearLUT (that this method is called from) and the content of the specified lookupTable into the resulting output lookup table.  
    Public MethodOverridden. Duplicates the content of the specified lookupTable into the instance of the ImGearLinearLUT class that this method is called from.  
    Top
    See Also