The Red 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 Red { get; }
Visual Basic (Declaration)
ReadOnly Property Red As Double
Visual C++
property double Red {
	double get ();
}

See Also