[This is preliminary documentation and is subject to change.]
Gets or sets the primary color of this vehicle.
 
    Namespace: 
   Rage
    Assembly:
   RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
 
public Color PrimaryColor { get; set; }Public Property PrimaryColor As Color
	Get
	Set
public:
property Color PrimaryColor {
	Color get ();
	void set (Color value);
}Property Value
Type: 
ColorThe primary color of this vehicle.
 
Reference