←Select platform

LightControlCommandType Enumeration

Summary
Indicates which color space to remap.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum LightControlCommandType   
typedef NS_ENUM(NSInteger, LTLightControlCommandType) { 
 LTLightControlCommandTypeRgb = 0x0001,  
 LTLightControlCommandTypeYuv = 0x0002,  
 LTLightControlCommandTypeGray = 0x0004,  
}; 
public final class LightControlCommandType 
    extends java.lang.Enum<LightControlCommandType> 
public enum class LightControlCommandType   
class LightControlCommandType(Enum): 
   Rgb = 1 
   Yuv = 2 
   Gray = 4 
Members
ValueMemberDescription
1Rgb Use the histogram of the RGB color space. (separated channels).
2Yuv Use the histogram of the YUV color space.(Best results).
4Gray Use the histogram of a gray level representation of the image.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.