public enum ColorThresholdCommandType typedef NS_ENUM(NSInteger, LTColorThresholdCommandType) {LTColorThresholdCommandTypeRgb = 0x00000000,LTColorThresholdCommandTypeHsv = 0x00000001,LTColorThresholdCommandTypeHls = 0x00000002,LTColorThresholdCommandTypeXyz = 0x00000003,LTColorThresholdCommandTypeYcrCb = 0x00000004,LTColorThresholdCommandTypeYuv = 0x00000005,LTColorThresholdCommandTypeLab = 0x00000006,LTColorThresholdCommandTypeCmy = 0x00000007};
public final class ColorThresholdCommandTypeextends java.lang.Enum<ColorThresholdCommandType>
public enum class ColorThresholdCommandType class ColorThresholdCommandType(Enum):Rgb = 0Hsv = 1Hls = 2Xyz = 3YcrCb = 4Yuv = 5Lab = 6Cmy = 7
| Value | Member | Description |
|---|---|---|
| 0 | Rgb | RGB color space. |
| 1 | Hsv | HSV color space. |
| 2 | Hls | HLS color space |
| 3 | Xyz | XYZ color space |
| 4 | YcrCb | YCrCb color space |
| 5 | Yuv | YUV color space |
| 6 | Lab | LAB color space |
| 7 | Cmy | CMY 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
