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



Enumerated values that indicate which color channels to swap. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
GreenBlueSwap the green and blue channels. (Change green to blue and blue to green.)
RedBlueSwap the red and blue channels. (Change red to blue and blue to red.)
RedBlueGreenRedChange red to blue, blue to green and green to red.
RedGreenSwap the red and green channels. (Change red to green and green to red.)
RedGreenBlueRedChange red to green, green to blue and blue to red.

Inheritance Hierarchy

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

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