LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SampleTargetCommandFlags Enumeration
See Also  



Enumerated values that indicate the channel for which to shift the color, and how to remap the other values for that channel.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SampleTargetCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As SampleTargetCommandFlags
C# 
[FlagsAttribute()]
public enum SampleTargetCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class SampleTargetCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BlueShift the color in the blue channel.
GreenShift the color in the green channel.
HighRemap the highlight values for the channel set in the flags parameter or the Flags property
LowRemap the shadow values for the channel set in the flags parameter or the Flags property.
MidRemap the midtone values for the channel set in the flags parameter or the Flags property
NoneReserved.
RedShift the color in the red channel.
RgbShift the color in the red, green, and blue channels.

Remarks

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

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also