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





Enumerated values that indicate which color channels to swap.

Syntax

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

<object property=EnumerationValue .../>

Members

MemberDescription
RedGreen Swap the red and green channels. (Change red to green and green to red.)
RedBlue Swap the red and blue channels. (Change red to blue and blue to red.)
GreenBlue Swap the green and blue channels. (Change green to blue and blue to green.)
RedGreenBlueRed Change red to green, green to blue and blue to red.
RedBlueGreenRed Change red to blue, blue to green and green to red.

Inheritance Hierarchy

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

Requirements

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

See Also