public enum GrayScaleToMultitoneCommandToneType
typedef NS_ENUM(NSInteger, LTGrayScaleToMultitoneCommandToneType) {
LTGrayScaleToMultitoneCommandToneTypeMonotone = 0x00000000,
LTGrayScaleToMultitoneCommandToneTypeDuotone = 0x00000001,
LTGrayScaleToMultitoneCommandToneTypeTritone = 0x00000002,
LTGrayScaleToMultitoneCommandToneTypeQuadtone = 0x00000003
};
public final class GrayScaleToMultitoneCommandToneType
extends java.lang.Enum<GrayScaleToMultitoneCommandToneType>
public enum class GrayScaleToMultitoneCommandToneType
class GrayScaleToMultitoneCommandToneType(Enum):
Monotone = 0
Duotone = 1
Tritone = 2
Quadtone = 3
Value | Member | Description |
---|---|---|
0 | Monotone | Add one color. |
1 | Duotone | Add two colors. |
2 | Tritone | Add three colors. |
3 | Quadtone | Add four colors. |
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