C#
VB
Java
Objective-C
WinRT C#
C++
Indicates which color space to remap.
public enum LightControlCommandType
Public Enum LightControlCommandType
public enum LightControlCommandType
typedef NS_ENUM(NSInteger, LTLightControlCommandType)
public enum LightControlCommandType
Leadtools.ImageProcessing.Color.LightControlCommandType = function() { };
Leadtools.ImageProcessing.Color.LightControlCommandType.prototype = {<br/>
Rgb = 1,
Yuv = 2,
Gray = 4,
};
public enum class LightControlCommandType
Members
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET