Radar.Color Property
Gets or sets the color used to visualize image intensity.
Syntax
public AttributeVariable< System.Drawing.Color > Color { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The color used to visualize image intensity.
Remarks
This property may take a constant color value or KeyedAttributeVariable<System.Drawing.Color>. Any other value will throw an exception. When the value is KeyedColorAttributeVariable, interpolation of the table is determined by ColorTableLookup.
Platforms
Windows, Linux, Android