Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterColorChannel Enumeration








Indicates the channel that will be used in image processing methods.
Syntax
'Declaration
 
Public Enum RasterColorChannel 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterColorChannel
public enum RasterColorChannel : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTRasterColorChannel)
public enum RasterColorChannel
Leadtools.ImageProcessing.RasterColorChannel = function() { };
Leadtools.ImageProcessing.RasterColorChannel.prototype = {<br/>
  Master = 0,
	Red = 1,
	Green = 2,
	Blue = 3,
	
 };
public enum class RasterColorChannel : public System.Enum, System.IComparable, System.IConvertible, System.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

Error processing SSI file