Ui::setNotificationFlashColor
sets color for notification flash
Syntax
```js mp.game.ui.setNotificationFlashColor(red, green, blue, alpha); ```
Required Arguments
- red: int
- green: int
- blue: int
- alpha: int
Return value
Example
```js // todo ```
See also