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

Gamma Property (GammaCorrectExtendedCommand)






Gets or sets 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 GammaCorrectExtendedCommand
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

Any value greater than 0 that represents the gamma value. This value is divided internally by 100.
Example
Refer to GammaCorrectExtendedCommand example.
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

GammaCorrectExtendedCommand Class
GammaCorrectExtendedCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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