|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
| 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
typedef NS_OPTIONS(NSUInteger, LTFunctionalLookupTableFlags)
public enum FunctionalLookupTableFlags
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags = function() { };
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.prototype = {<br/>
Exponential = 0,
Logarithm = 1,
Linear = 2,
Sigmoid = 3,
Signed = 16,
};
public enum class FunctionalLookupTableFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0 | Exponential | Apply the exponential function. ![]() ![]() ![]() ![]() ![]() ![]() |
| 1 | Logarithm | Apply the natural logarithm function. ![]() ![]() ![]() ![]() ![]() ![]() |
| 2 | Linear | Apply the linear function. ![]() ![]() ![]() ![]() ![]() ![]() |
| 3 | Sigmoid | Apply the sigmoid function. ![]() ![]() ![]() ![]() ![]() ![]() |
| 16 | Signed | Signed, the lookupTable parameter of GetFunctionalLookupTable should contain signed data. ![]() ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags