Gets or sets the overlay's color.  By default, the overlay is 
White.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic virtual Color Color { get; set; }Public Overridable Property Color As Color
	Get
	Set
public:
virtual property Color Color {
	Color get ();
	void set (Color value);
}abstract Color : Color with get, set
override Color : Color with get, set
Property Value
Type: 
Color See Also
See Also