SetVehicleCustomPrimaryColor
This function sets the vehicle's custom primary color.
- vehicle: parameter input should be in Vehicle type
- color: parameter input should be in int type
- green: parameter input should be in int type
- blue: parameter input should be in int type
{{#tag:syntaxhighlight| SetVehicleCustomPrimaryColor(vehicle, red, green, blue); |lang=csharp}} }}