Enumeration that indicates the function used to update the lookup table.
Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Enum FunctionalLookupTableFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FunctionalLookupTableFlags |
C# | |
---|---|
public enum FunctionalLookupTableFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class FunctionalLookupTableFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Exponential | Apply the exponential function. |
Linear | Apply the linear function. |
Logarithm | Apply the natural logarithm function. |
Sigmoid | Apply the sigmoid function. |
Signed | Signed, the lookupTable parameter of EffectsUtilities.GetFunctionalLookupTable should contain signed data. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)