ImageGear for .NET
GreenGamma Property




Gets or sets the green gamma value.
Syntax
'Declaration
 
Public Property GreenGamma As Single
'Usage
 
Dim instance As ImGearPDEColorDataCalRGB
Dim value As Single
 
instance.GreenGamma = value
 
value = instance.GreenGamma
public float GreenGamma {get; set;}
public: __property float get_GreenGamma();
public: __property void set_GreenGamma( 
   float value
);
public:
property float GreenGamma {
   float get();
   void set (    float value);
}

Property Value

Any positive float value.
Remarks
The default value is 1.
See Also

Reference

ImGearPDEColorDataCalRGB Class
ImGearPDEColorDataCalRGB Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback