LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Gamma Property (GammaCorrectCommand)

Show in webframe







Gets or sets an integer that represents the gamma value.
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;}
@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

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

See Also

Reference

GammaCorrectCommand Class
GammaCorrectCommand Members

 

 


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