public enum SwapColorsCommandType typedef NS_ENUM(NSInteger, LTSwapColorsCommandType) {LTSwapColorsCommandTypeRedGreen = 0x0001,LTSwapColorsCommandTypeRedBlue = 0x0002,LTSwapColorsCommandTypeGreenBlue = 0x0004,LTSwapColorsCommandTypeRedGreenBlueRed = 0x0008,LTSwapColorsCommandTypeRedBlueGreenRed = 0x0010};
public final class SwapColorsCommandTypeextends java.lang.Enum<SwapColorsCommandType>
public enum class SwapColorsCommandType class SwapColorsCommandType(Enum):RedGreen = 1RedBlue = 2GreenBlue = 4RedGreenBlueRed = 8RedBlueGreenRed = 16
| Value | Member | Description |
|---|---|---|
| 1 | RedGreen | Swap the red and green channels. (Change red to green and green to red.) |
| 2 | RedBlue | Swap the red and blue channels. (Change red to blue and blue to red.) |
| 4 | GreenBlue | Swap the green and blue channels. (Change green to blue and blue to green.) |
| 8 | RedGreenBlueRed | Change red to green, green to blue and blue to red. |
| 16 | RedBlueGreenRed | Change red to blue, blue to green and green to red. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
