LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

SwapColorsCommandType Enumeration

Show in webframe







Enumerated values that indicate which color channels to swap.
Syntax
public enum SwapColorsCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum SwapColorsCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SwapColorsCommandType
public enum SwapColorsCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTSwapColorsCommandType
public enum SwapColorsCommandType
Leadtools.ImageProcessing.Color.SwapColorsCommandType = function() { };
Leadtools.ImageProcessing.Color.SwapColorsCommandType.prototype = {
RedGreen = 0x00000001, RedBlue = 0x00000002, GreenBlue = 0x00000004, RedGreenBlueRed = 0x00000008, RedBlueGreenRed = 0x00000010, };
public enum class SwapColorsCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001RedGreenSwap the red and green channels. (Change red to green and green to red.)
0x00000002RedBlueSwap the red and blue channels. (Change red to blue and blue to red.)
0x00000004GreenBlueSwap the green and blue channels. (Change green to blue and blue to green.)
0x00000008RedGreenBlueRedChange red to green, green to blue and blue to red.
0x00000010RedBlueGreenRedChange red to blue, blue to green and green to red.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.SwapColorsCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.