This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum SampleTargetCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SampleTargetCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum SampleTargetCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SampleTargetCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Blue | Shift the color in the blue channel. |
Green | Shift the color in the green channel. |
High | Remap the highlight values for the channel set in the flags parameter or the Flags property |
Low | Remap the shadow values for the channel set in the flags parameter or the Flags property. |
Mid | Remap the midtone values for the channel set in the flags parameter or the Flags property |
None | Reserved. |
Red | Shift the color in the red channel. |
Rgb | Shift the color in the red, green, and blue channels. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Flags that indicate the channel | Red, Green, Blue, Rgb |
Flags that indicate how other pixel values in the set channel will be affected | Low, Mid, High |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)