LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Gamma Property (GammaCorrectExtendedCommand)

Show in webframe







Gets or sets the Gamma value.
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;}
@property (nonatomic, assign) unsigned int gamma;
public int getGamma()
public void setGamma(int value)
            
 
get_Gamma();
set_Gamma(value);
Object.defineProperty('Gamma');
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

See Also

Reference

GammaCorrectExtendedCommand Class
GammaCorrectExtendedCommand Members

 

 


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