←Select platform

RasterColorChannel Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum RasterColorChannel 
Public Enum RasterColorChannel  
    
    
public enum RasterColorChannel    
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   

Members

ValueMemberDescription
0MasterAll channels.
1RedRed channel only.
2GreenGreen channel only.
3BlueBlue channel only.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly