Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Gamma Field
See Also 
Leadtools.ImageProcessing Namespace > ColorLevelCommandData Class : Gamma Field



Gets or sets a value that represents the gamma value.

Syntax

Visual Basic (Declaration) 
Public Gamma As Integer
Visual Basic (Usage)Copy Code
Dim instance As ColorLevelCommandData
Dim value As Integer
 
value = instance.Gamma
 
instance.Gamma = value
C# 
public int Gamma
C++/CLI 
public:
int Gamma

Return 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 100 (actual gamma value of 1.00) which does not change the gamma value of the image.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also