←Select platform

SwapColorsCommandType Enumeration

Summary
Enumerated values that indicate which color channels to swap.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum SwapColorsCommandType   
typedef NS_ENUM(NSInteger, LTSwapColorsCommandType) { 
 LTSwapColorsCommandTypeRedGreen = 0x0001,  
 LTSwapColorsCommandTypeRedBlue = 0x0002,  
 LTSwapColorsCommandTypeGreenBlue = 0x0004,  
 LTSwapColorsCommandTypeRedGreenBlueRed = 0x0008,  
 LTSwapColorsCommandTypeRedBlueGreenRed = 0x0010 
}; 
public final class SwapColorsCommandType 
    extends java.lang.Enum<SwapColorsCommandType> 
public enum class SwapColorsCommandType   
class SwapColorsCommandType(Enum): 
   RedGreen = 1 
   RedBlue = 2 
   GreenBlue = 4 
   RedGreenBlueRed = 8 
   RedBlueGreenRed = 16 
Members
ValueMemberDescription
1RedGreen Swap the red and green channels. (Change red to green and green to red.)
2RedBlue Swap the red and blue channels. (Change red to blue and blue to red.)
4GreenBlue Swap the green and blue channels. (Change green to blue and blue to green.)
8RedGreenBlueRed Change red to green, green to blue and blue to red.
16RedBlueGreenRed Change red to blue, blue to green and green to red.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.