Skip to main content

GetVehicleCustomPrimaryColor

Returns the vehicle's custom primary color.

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the custom secondary color in Color type.

{{#tag:syntaxhighlight| Color vehicleColor = Vehicle.GetVehicleCustomPrimaryColor(vehicle); |lang=csharp}} }}