SetTextTagColor
- Parameters
t texttagThe text tag to modify.
red integer0-255 red color (value mod 256).
green integer0-255 green color (value mod 256).
blue integer0-255 blue color (value mod 256).
alpha integer0-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 (suggest an edit or discuss on Github)
- return type
nothing- Source code
native SetTextTagColor takes texttag t, integer red, integer green, integer blue, integer alpha returns nothing