User Tools

Site Tools


prpl:settextcolor

<- PRPL reference <- Everything Else 2

SetTextColor

ArgumentsResultNotation
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 
 
prpl/settextcolor.txt · Last modified: 2023/08/07 13:01 by SpeedCZ