SetTextTagColor
- Parameters
-
t texttag
The text tag to modify.
red integer
0-255 red color (value mod 256).
green integer
0-255 green color (value mod 256).
blue integer
0-255 blue color (value mod 256).
alpha integer
0-255 alpha color (value mod 256).
- comment
Sets the color of a text tag.
- note
The color can be set with this function even if the text tag is fading.
- note
The alpha value can only be set with this function while the text tag is in suspended state (see
SetTextTagSuspended
).- patch
1.07
- Source
- common.j
- return type
nothing
- Source code
native SetTextTagColor takes texttag t, integer red, integer green, integer blue, integer alpha returns nothing