[FlagsAttribute()]
public enum ColorLevelCommandFlags
typedef NS_OPTIONS(NSUInteger, LTColorLevelCommandFlags)
public final class ColorLevelCommandFlags
extends java.lang.Enum<ColorLevelCommandFlags>
[FlagsAttribute()]
public enum class ColorLevelCommandFlags
class ColorLevelCommandFlags(Enum):
None = 0
Red = 1
Green = 16
Blue = 256
Master = 4096
All = 4369
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document