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


In This Topic
    ImGearFullLUT Class Members
    In This Topic

    The following tables list the members exposed by ImGearFullLUT.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearFullLUT class.  
    Top
    Public Fields
     NameDescription
    Public Field Provides direct access to the LUT table.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.  Specifies input depth of the LUT.  
    Public PropertyOverridden.  Specifies whether LUT input values are signed.  
    Public PropertyOverloaded. Overridden.  Returns LUT output value corresponding to Int32 input value.  
    Public PropertyOverridden.  Specifies output depth of the LUT.  
    Public PropertyOverridden.  Specifies whether LUT output values are signed.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Creates a deep copy of the object.  
    Public MethodOverridden. Concatenates the content of the instance of the ImGearFullLUT (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 ImGearFullLUT class that this method is called from.  
    Public MethodOverloaded.  Obtains index in the table corresponding to Int32 input value.  
    Top
    See Also