Gets or sets the green level for this color.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public double Green { get; set; }
Public Property Green As Double
	Get
	Set
public:
property double Green {
	double get ();
	void set (double value);
}
member Green : float with get, set

Property Value

Double
The green level of this color.

Remarks

The acceptable range for this value is [0.0 1.0]. 0.0 means the darkest color that can be achieved, and 1.0 means the lightest color.

See Also