←Select platform

CurveType Enumeration

Summary

Options to specify how the range is used to fill the LUT and the type of LUT.

Syntax
C#
VB
C++
public enum CurveType 
  
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
ValueMemberDescription
0Linear

LUT is leaner

1Logarithmic

LUT is logarithmic.

2Exponential

LUT is exponential.

3Sigmoid

LUT is sigmoid.

Remarks

This enumeration is used as the type for the WindowLevelEffect.CurveType property.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly