GetVehicleCustomPrimaryColor
Внешний вид
Returns the vehicle's custom primary color.
Color NAPI.Vehicle.GetVehicleCustomPrimaryColor(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the custom secondary color in Color type.
Example
<syntaxhighlight lang="csharp"> Color vehicleColor = NAPI.Vehicle.GetVehicleCustomPrimaryColor(vehicle); </syntaxhighlight>