GTA V NativesplayerPlayer::getPlayerRgbColourOn this pagePlayer::getPlayerRgbColourSyntax ```js mp.game.player.getPlayerRgbColour(rgb); ``` Required Arguments r: int g: int b: int Return value object: r, g, b Example ```js // todo ``` See also