Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum AutoColorLevelCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoColorLevelCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum AutoColorLevelCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class AutoColorLevelCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
None | No change. |
NoProcess | Do not process the image. Just update the Master, Red, Green, and Blue properties with the color leveling information used. The color leveling information used depends on which of the other flags was set with AutoColorLevelCommandFlags.NoProcess. Only one other flag may be set with AutoColorLevelCommandFlags.NoProcess. |
These flags have a System.FlagsAttribute attribute that allow a bitwise combination of its member values.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)