<- PRPL reference <- Everything Else 2
Arguments | Result | Notation |
---|---|---|
Red Green Blue Alpha | [ Int Int Int Int- ] |
Sets the text color and alpha (transparency)
"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