public enum LightControlCommandType typedef NS_ENUM(NSInteger, LTLightControlCommandType) {LTLightControlCommandTypeRgb = 0x0001,LTLightControlCommandTypeYuv = 0x0002,LTLightControlCommandTypeGray = 0x0004,};
public final class LightControlCommandTypeextends java.lang.Enum<LightControlCommandType>
public enum class LightControlCommandType class LightControlCommandType(Enum):Rgb = 1Yuv = 2Gray = 4
| Value | Member | Description |
|---|---|---|
| 1 | Rgb | Use the histogram of the RGB color space. (separated channels). |
| 2 | Yuv | Use the histogram of the YUV color space.(Best results). |
| 4 | Gray | Use the histogram of a gray level representation of the image. |
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
