Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LightControlCommandType Enumeration
See Also  



Indicates which color space to remap.

Syntax

Visual Basic (Declaration) 
Public Enum LightControlCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LightControlCommandType
C# 
public enum LightControlCommandType : Enum 
C++/CLI 
public enum class LightControlCommandType : public Enum 

Members

MemberDescription
Rgb Use the histogram of the RGB color space. (separated channels).
Yuv Use the histogram of the YUV color space.(Best results).
Gray Use the histogram of a gray level representation of the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.LightControlCommandType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also