←Select platform

RasterColorChannel Enumeration

Summary
Indicates the channel that will be used in image processing methods.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum RasterColorChannel 
typedef NS_ENUM(NSInteger, LTRasterColorChannel) { 
 LTRasterColorChannelMaster = 0,  
 LTRasterColorChannelRed = 1,  
 LTRasterColorChannelGreen = 2,  
 LTRasterColorChannelBlue = 3 
}; 
public enum RasterColorChannel 
public enum class RasterColorChannel   
class RasterColorChannel(Enum): 
   Master = 0 
   Red = 1 
   Green = 2 
   Blue = 3 
Members
ValueMemberDescription
0MasterAll channels.
1RedRed channel only.
2GreenGreen channel only.
3BlueBlue channel only.
Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.