Ui::setTextColour
colors you input not same as you think?
A: for some reason its R B G A
Syntax
ui.setTextColour(red, green, blue, alpha);
Required Arguments
- red: int
- green: int
- blue: int
- alpha: int
Return value
- Undefined
Example
todo
colors you input not same as you think?
A: for some reason its R B G A
ui.setTextColour(red, green, blue, alpha);
todo