[FlagsAttribute()]
public enum SampleTargetCommandFlags
[FlagsAttribute()]
public enum class SampleTargetCommandFlags
class SampleTargetCommandFlags(Enum):
None = 0
Red = 1
Green = 2
Blue = 3
Rgb = 4
Low = 16
Mid = 32
High = 48
Value | Member | Description |
---|---|---|
0x00000000 | None | Reserved. |
0x00000001 | Red | Shift the color in the red channel. |
0x00000002 | Green | Shift the color in the green channel. |
0x00000003 | Blue | Shift the color in the blue channel. |
0x00000004 | Rgb | Shift the color in the red, green, and blue channels. |
0x00000010 | Low | Remap the shadow values for the channel set in the flags parameter or the Flags property. |
0x00000020 | Mid | Remap the midtone values for the channel set in the flags parameter or the Flags property |
0x00000030 | High | Remap the highlight values for the channel set in the flags parameter or the Flags property |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Flags that indicate the channel | Red, Green, Blue, Rgb |
Flags that indicate how other pixel values in the set channel will be affected | Low, Mid, High |
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