Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
SampleTargetCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.Color Namespace : SampleTargetCommandBitmapEffectsFlags Enumeration





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

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SampleTargetCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SampleTargetCommandBitmapEffectsFlags
C# 
[FlagsAttribute()]
public enum SampleTargetCommandBitmapEffectsFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum SampleTargetCommandBitmapEffectsFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class SampleTargetCommandBitmapEffectsFlags : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

Members

MemberDescription
None Reserved.
Red Shift the color in the red channel.
Green Shift the color in the green channel.
Blue Shift the color in the blue channel.
Rgb Shift the color in the red, green, and blue channels.
Low Remap the shadow values for the channel set in the Flags property.
Mid Remap the midtone values for the channel set in the Flags property.
High Remap the highlight values for the channel set in the Flags property.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Flags that indicate the channelRed, Green, Blue, Rgb
Flags that indicate how other pixel values in the set channel will be affectedLow, Mid, High

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Color.SampleTargetCommandBitmapEffectsFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also