←Select platform

SwapColorsCommandType Enumeration

Summary

Enumerated values that indicate which color channels to swap.

Syntax
C#
VB
Objective-C
C++
Java
public enum SwapColorsCommandType   
Public Enum SwapColorsCommandType  
typedef NS_ENUM(NSInteger, LTSwapColorsCommandType) 
public enum SwapColorsCommandType 
public enum class SwapColorsCommandType   

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly