public enum UnsharpMaskCommandColorType
typedef NS_ENUM(NSInteger, LTUnsharpMaskCommandColorType) {
LTUnsharpMaskCommandColorTypeNone = 0x0000,
LTUnsharpMaskCommandColorTypeRgb = 0x0001,
LTUnsharpMaskCommandColorTypeYuv = 0x0002,
};
public final class UnsharpMaskCommandColorType
extends java.lang.Enum<UnsharpMaskCommandColorType>
public enum class UnsharpMaskCommandColorType
class UnsharpMaskCommandColorType(Enum):
None = 0
Rgb = 1
Yuv = 2
Value | Member | Description |
---|---|---|
0 | None | Reserved. |
1 | Rgb | Apply the mask in the RGB color space. |
2 | Yuv | Apply the mask in the YUV color space. |
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