SetTextTagColor

Parameters
ttexttag

The text tag to modify.

redinteger

0-255 red color (value mod 256).

greeninteger

0-255 green color (value mod 256).

blueinteger

0-255 blue color (value mod 256).

alphainteger

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 (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