Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

FunctionalLookupTableFlags Enumeration








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

Syntax
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  
Members
ValueMemberDescription
0Exponential Apply the exponential function.
1Logarithm Apply the natural logarithm function.
2Linear Apply the linear function.
3Sigmoid Apply the sigmoid function.
16Signed Signed, the lookupTable parameter of GetFunctionalLookupTable should contain signed data.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file