Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
LightControlCommandBitmapEffectsType Enumeration
See Also  
Leadtools.Windows.Media.Effects.Color Namespace : LightControlCommandBitmapEffectsType Enumeration





Indicates which color space to remap.

Syntax

Visual Basic (Declaration) 
Public Enum LightControlCommandBitmapEffectsType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LightControlCommandBitmapEffectsType
C# 
public enum LightControlCommandBitmapEffectsType : Enum 
Managed Extensions for C++ 
__value public enum LightControlCommandBitmapEffectsType : public Enum 
C++/CLI 
public enum class LightControlCommandBitmapEffectsType : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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.Windows.Media.Effects.Color.LightControlCommandBitmapEffectsType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also