LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

SwapColorsCommandType Enumeration






Enumerated values that indicate which color channels to swap. .NET support WinRT support Silverlight support
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  
Leadtools.ImageProcessing.Color.SwapColorsCommandType = function() { };
Leadtools.ImageProcessing.Color.SwapColorsCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class SwapColorsCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
GreenBlueSwap the green and blue channels. (Change green to blue and blue to green.)
RedBlueSwap the red and blue channels. (Change red to blue and blue to red.)
RedBlueGreenRedChange red to blue, blue to green and green to red.
RedGreenSwap the red and green channels. (Change red to green and green to red.)
RedGreenBlueRedChange red to green, green to blue and blue to red.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.