GTA V NativesvehicleVehicle::setCustomPrimaryColourOn this pageVehicle::setCustomPrimaryColourp1, p2, p3 are RGB values for color (255,0,0 for Red, ect) Syntax ```js vehicle.setCustomPrimaryColour(r, g, b); ``` Required Arguments r: int g: int b: int Return value Undefined Example ```js // todo ``` See also