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

Gamma Property (GammaCorrectCommand)






Gets or sets an integer 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 GammaCorrectCommand
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

Integer that represents the gamma value. It can be any number greater than 0.
Because this is an unsigned integer (Integer with values greater than 0), it is 100 times the actual gamma value. For example, use 235 to set a gamma value of 2.35.
Example
Refer to GammaCorrectCommand.
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

GammaCorrectCommand Class
GammaCorrectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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