Ui::setNotificationFlashColor
sets color for notification flash
Syntax
ui.setNotificationFlashColor(red, green, blue, alpha);
Required Arguments
- red: int
- green: int
- blue: int
- alpha: int
Return value
- Undefined
Example
todo
sets color for notification flash
ui.setNotificationFlashColor(red, green, blue, alpha);
todo