LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

GammaCorrectExtendedCommandType Enumeration

Show in webframe







Enumeration that indicates the color space in which to apply the Gamma correction.
Syntax
public enum GammaCorrectExtendedCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum GammaCorrectExtendedCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As GammaCorrectExtendedCommandType
public enum GammaCorrectExtendedCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTGammaCorrectExtendedCommandType
public enum GammaCorrectExtendedCommandType
Leadtools.ImageProcessing.Color.GammaCorrectExtendedCommandType = function() { };
Leadtools.ImageProcessing.Color.GammaCorrectExtendedCommandType.prototype = {
RgbSpace = 0x00000001, YuvSpace = 0x00000002, };
public enum class GammaCorrectExtendedCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001RgbSpaceAdjust the intensity of the pixel colors across the RGB color space.
0x00000002YuvSpaceAdjust 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

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


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