The Green part of the RGB colour (value between [0,1]).

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
double Green { get; }
Visual Basic (Declaration)
ReadOnly Property Green As Double
Visual C++
property double Green {
	double get ();
}

See Also