| Visual Basic (Declaration) | |
|---|---|
Public Enum SwapColorsCommandType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SwapColorsCommandType : Enum | |
| C++/CLI | |
|---|---|
public enum class SwapColorsCommandType : public Enum | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.SwapColorsCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family