C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration flags that identify the channel being leveled.
[FlagsAttribute()]
public enum ColorLevelCommandFlags
<FlagsAttribute()>
Public Enum ColorLevelCommandFlags
[FlagsAttribute()]
public enum ColorLevelCommandFlags
typedef NS_OPTIONS(NSUInteger, LTColorLevelCommandFlags)
public enum ColorLevelCommandFlags
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags = function() { };
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags.prototype = {<br/>
None = 0x00000000,
Red = 0x00000001,
Green = 0x00000010,
Blue = 0x00000100,
Master = 0x00001000,
All = 0x00001111,
};
[FlagsAttribute()]
public enum class ColorLevelCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No change. |
0x00000001 | Red | Red channel. |
0x00000010 | Green | Green channel. |
0x00000100 | Blue | Blue channel. |
0x00001000 | Master | Master channel. |
0x00001111 | All | All channels. |
This flag has a FlagsAttribute attribute that allows a bitwise combination of its member values.
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