C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the channel that will be used in image processing methods.
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
Value | Member | Description |
---|---|---|
0 | Master | All channels. |
1 | Red | Red channel only. |
2 | Green | Green channel only. |
3 | Blue | Blue channel only. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET