LEADTOOLS (Leadtools assembly)

RasterColorChannel Enumeration

Show in webframe







Indicates the channel that will be used in image processing methods.
Syntax
public enum RasterColorChannel : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterColorChannel 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterColorChannel
public enum RasterColorChannel : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.RasterColorChannel = function() { };
Leadtools.ImageProcessing.RasterColorChannel.prototype = {
Master = 0, Red = 1, Green = 2, Blue = 3, };
public enum class RasterColorChannel : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0MasterAll channels.
1RedRed channel only.
2GreenGreen channel only.
3BlueBlue channel only.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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