LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GammaCorrectExtendedCommandType Enumeration
See Also  



Enumeration that indicates the color space in which to apply the Gamma correction. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum GammaCorrectExtendedCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As GammaCorrectExtendedCommandType
C# 
public enum GammaCorrectExtendedCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class GammaCorrectExtendedCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
RgbSpaceAdjust the intensity of the pixel colors across the RGB color space.
YuvSpaceAdjust the intensity of the pixel colors across the YUV color space

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also