SetVehicleTyreSmokeColor
This function sets the tyre smoke color as an RGB value.
- vehicle: parameter input should be in Vehicle type
- color: parameter input should be in Color type
{{#tag:syntaxhighlight| Vehicle.SetVehicleTyreSmokeColor(vehicle, new Color(255, 0, 0)); |lang=csharp}} }}