GTA V NativesgraphicsGraphics::setParticleFxNonLoopedColourOn this pageGraphics::setParticleFxNonLoopedColouronly works on some fx's Syntax ```js mp.game.graphics.setParticleFxNonLoopedColour(r, g, b); ``` Required Arguments r: float g: float b: float Return value Undefined Example ```js // todo ``` See also