←Select platform

SwapColorsCommandType Enumeration

Summary

Enumerated values that indicate which color channels to swap.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum SwapColorsCommandType   
Public Enum SwapColorsCommandType  
    
    
public enum SwapColorsCommandType    
typedef NS_ENUM(NSInteger, LTSwapColorsCommandType) 
public enum SwapColorsCommandType 
Leadtools.ImageProcessing.Color.SwapColorsCommandType = function() { }; 
Leadtools.ImageProcessing.Color.SwapColorsCommandType.prototype = {<br/> 
  RedGreen = 1, 
    RedBlue = 2, 
    GreenBlue = 4, 
    RedGreenBlueRed = 8, 
    RedBlueGreenRed = 16, 
     
 }; 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly