CurveType Enumeration
         
         
         
	Summary
Options to specify how the range is used to fill the LUT and the type of LUT. 
	 
	Syntax
  
Public Enum CurveType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
 
public enum class CurveType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
 
	 
	Members
| Value | Member | Description | 
| 0 | Linear | 
 LUT is leaner
 
 | 
| 1 | Logarithmic | 
 LUT is logarithmic.
 
 | 
| 2 | Exponential | 
 LUT is exponential.
 
 | 
| 3 | Sigmoid | 
 LUT is sigmoid.
 
 |