Flags that indicate the action to take after subtraction has occurred. These flags have a FlagsAttribute attribute that allows a bitwise combination of member values.
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags
<FlagsAttribute()>
Public Enum DigitalSubtractCommandFlags
typedef NS_OPTIONS(NSUInteger, LTDigitalSubtractCommandFlags)
public enum DigitalSubtractCommandFlags
[FlagsAttribute()]
public enum class DigitalSubtractCommandFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | No enhancement. |
0x00000001 | ContrastEnhancement | Perform a contrast enhancement after applying the subtraction. |
0x00000002 | OptimizeRange | Optimize and increase the tonal range of the image after applying the subtraction. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Value | Meaning |
ContrastEnhancement | Perform a contrast enhancement after applying the subtraction. |
OptimizeRange | Optimize and increase the tonal range of the image after applying the subtraction. |
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