ImageGear .NET - Updated
GreenGamma Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorDataCalRGB Class : 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