LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

AutoColorLevelCommandType Enumeration






Enumeration flags that identify the type of leveling to perform. .NET support WinRT support Silverlight support
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  
Leadtools.ImageProcessing.Color.AutoColorLevelCommandType = function() { };
Leadtools.ImageProcessing.Color.AutoColorLevelCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class AutoColorLevelCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ContrastPerform leveling on the Master channel (the grayscale values of the pixels). No color cast will be introduced.
IntensityPerform leveling on the RGB channel (the sum of the R, G, and B channels). No color cast will be introduced.
LevelPerform 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.
NoneNo change.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.