Leadtools.ImageProcessing.Effects Namespace : FunctionalLookupTableFlags Enumeration |
public enum FunctionalLookupTableFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum FunctionalLookupTableFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FunctionalLookupTableFlags
public enum FunctionalLookupTableFlags : System.IComparable, System.IConvertible, System.IFormattable
enum LTFunctionalLookupTableFlags
public enum FunctionalLookupTableFlags
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags = function() { }; Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.prototype = {
Exponential = 0x00000000, Logarithm = 0x00000001, Linear = 0x00000002, Sigmoid = 0x00000003, Signed = 0x00000010, };
public enum class FunctionalLookupTableFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Exponential | Apply the exponential function. |
0x00000001 | Logarithm | Apply the natural logarithm function. |
0x00000002 | Linear | Apply the linear function. |
0x00000003 | Sigmoid | Apply the sigmoid function. |
0x00000010 | Signed | Signed, the lookupTable parameter of EffectsUtilities.GetFunctionalLookupTable should contain signed data. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags