natives.SET TEXT COLOUR
natives.SET_TEXT_COLOUR
Signature: void natives.SET_TEXT_COLOUR(int red, int green, int blue, int alpha)
Usage: sets the colour of on-screen text using RGBA components
Parameters
- int red Red colour component (0-255).
- int green Green colour component (0-255).
- int blue Blue colour component (0-255).
- int alpha Transparency level (0-255).
Return
void
On failure: void