ImageGear .NET v25.0 - Updated
RedGamma Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorDataCalRGB Class : RedGamma Property
Gets or sets the red gamma value.
Syntax
'Declaration
 
Public Property RedGamma As Single
'Usage
 
Dim instance As ImGearPDEColorDataCalRGB
Dim value As Single
 
instance.RedGamma = value
 
value = instance.RedGamma
public float RedGamma {get; set;}
public: __property float get_RedGamma();
public: __property void set_RedGamma( 
   float value
);
public:
property float RedGamma {
   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