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

See Also