- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
===== SetTextColor =====
^Arguments^Result^Notation^
| Red Green Blue Alpha | | [ Int Int Int Int- ] |
=== Description ===
Sets the text color and alpha (transparency)
=== Examples ===
"I am red" SetText
255 0 0 255 SetTextColor #makes the text red
i4 = GetIntFromStack(); // alpha
i3 = GetIntFromStack(); // blue
i2 = GetIntFromStack(); // green
i1 = GetIntFromStack(); // red