Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FunctionalLookupTableFlags Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : FunctionalLookupTableFlags Enumeration



Enumeration that indicates the function used to update the lookup table.

Syntax

Visual Basic (Declaration) 
Public Enum FunctionalLookupTableFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As FunctionalLookupTableFlags
C# 
public enum FunctionalLookupTableFlags : Enum 
C++/CLI 
public enum class FunctionalLookupTableFlags : public Enum 

Members

MemberDescription
Exponential Apply the exponential function.
Logarithm Apply the natural logarithm function.
Linear Apply the linear function.
Sigmoid Apply the sigmoid function.
Signed Signed, the lookupTable parameter of EffectsUtilities.GetFunctionalLookupTable should contain signed data.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also