[FlagsAttribute()] public enum ColorLevelCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ColorLevelCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ColorLevelCommandFlags
[FlagsAttribute()] public enum ColorLevelCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags = function() { }; Leadtools.ImageProcessing.Color.ColorLevelCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class ColorLevelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | All channels. |
Blue | Blue channel. |
Green | Green channel. |
Master | Master channel. |
None | No change. |
Red | Red channel. |
This flag has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags
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