GTA V NativesvehicleVehicle::getCustomSecondaryColourOn this pageVehicle::getCustomSecondaryColourSyntax ```js vehicle.getCustomSecondaryColour(r, g, b); ``` Required Arguments r: int g: int b: int Return value object: r, g, b Example ```js // todo ``` See also