LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Gamma Property (ColorLevelCommandData)






Gets or sets a value that represents the gamma value. .NET support WinRT support Silverlight support
Syntax
public int Gamma {get; set;}
'Declaration
 
Public Property Gamma As Integer
'Usage
 
Dim instance As ColorLevelCommandData
Dim value As Integer
 
instance.Gamma = value
 
value = instance.Gamma
public int Gamma {get; set;}
 get_Gamma();
set_Gamma(value);
public:
property int Gamma {
   int get();
   void set (    int value);
}

Property Value

Value that represents the gamma value. This value is used to modify the midtones of the image. The value in this member is a 100 times the actual value. Therefore, if uGamma = 167 then the actual gamma value is 1.67. Likewise, if you want to use a gamma of 1.75, set this property to 175. The default value is DEFAULT_GAMMA, which is 100 (actual gamma value of 1.00) which does not change the gamma value of the image.
Example
Refer to ColorLevelCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorLevelCommandData Class
ColorLevelCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.