[FlagsAttribute()]
public enum DigitalSubtractCommandFlags
typedef NS_OPTIONS(NSUInteger, LTDigitalSubtractCommandFlags)
public final class DigitalSubtractCommandFlags
extends java.lang.Enum<DigitalSubtractCommandFlags>
[FlagsAttribute()]
public enum class DigitalSubtractCommandFlags
class DigitalSubtractCommandFlags(Enum):
None = 0
ContrastEnhancement = 1
OptimizeRange = 2
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