LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

AdaptiveContrastCommandType Enumeration

Show in webframe







Enumeration flags that identify the adjustment method.
Syntax
public enum AdaptiveContrastCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum AdaptiveContrastCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AdaptiveContrastCommandType
public enum AdaptiveContrastCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTAdaptiveContrastCommandType
public enum AdaptiveContrastCommandType
Leadtools.ImageProcessing.Color.AdaptiveContrastCommandType = function() { };
Leadtools.ImageProcessing.Color.AdaptiveContrastCommandType.prototype = {
Exponential = 0x00000001, Linear = 0x00000002, };
public enum class AdaptiveContrastCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001ExponentialApply exponential adjustment.
0x00000002LinearApply linear adjustment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.AdaptiveContrastCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.