Returns a Color object representing this colour.

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

Syntax

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

See Also