This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum SampleTargetCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum SampleTargetCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SampleTargetCommandFlags
[FlagsAttribute()] public enum SampleTargetCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags = function() { }; Leadtools.ImageProcessing.Color.SampleTargetCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class SampleTargetCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.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. |
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: 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