Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterColorChannel Enumeration
See Also  
Leadtools.ImageProcessing Namespace : RasterColorChannel Enumeration




Indicates the channel that will be used in image processing methods.

Syntax

Visual Basic (Declaration) 
Public Enum RasterColorChannel 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterColorChannel
C# 
public enum RasterColorChannel : Enum 
Managed Extensions for C++ 
__value public enum RasterColorChannel : public Enum 
C++/CLI 
public enum class RasterColorChannel : public Enum 

Members

MemberDescription
Master All channels.
Red Red channel only.
Green Green channel only.
Blue Blue channel only.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.RasterColorChannel

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also