LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

AutoColorLevelCommandType Enumeration

Show in webframe







Enumeration flags that identify the type of leveling to perform.
Syntax
public enum AutoColorLevelCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum AutoColorLevelCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AutoColorLevelCommandType
public enum AutoColorLevelCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTAutoColorLevelCommandType
public enum AutoColorLevelCommandType
Leadtools.ImageProcessing.Color.AutoColorLevelCommandType = function() { };
Leadtools.ImageProcessing.Color.AutoColorLevelCommandType.prototype = {
None = 0x00000000, Level = 0x00000001, Contrast = 0x00000002, Intensity = 0x00000003, };
public enum class AutoColorLevelCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001LevelPerform leveling on the individual R, G and B channels, treating each of the R, G and B channels as a separate entity. It introduces color cast on the image.
0x00000002ContrastPerform leveling on the Master channel (the grayscale values of the pixels). No color cast will be introduced.
0x00000003IntensityPerform leveling on the RGB channel (the sum of the R, G, and B channels). No color cast will be introduced.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


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