LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

LightControlCommandType Enumeration

Show in webframe







Indicates which color space to remap.
Syntax
public enum LightControlCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum LightControlCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LightControlCommandType
public enum LightControlCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTLightControlCommandType
public enum LightControlCommandType
Leadtools.ImageProcessing.Color.LightControlCommandType = function() { };
Leadtools.ImageProcessing.Color.LightControlCommandType.prototype = {
Rgb = 0x00000001, Yuv = 0x00000002, Gray = 0x00000004, };
public enum class LightControlCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001RgbUse the histogram of the RGB color space. (separated channels).
0x00000002YuvUse the histogram of the YUV color space.(Best results).
0x00000004GrayUse 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

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.