MultiboardSetTitleTextColor

Parameters
lb multiboard

Target multiboard.

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

(unused) 0-255 transparency, please set to 255. A value of 0 is complete transparency, while a value of 255 is complete opacity.

comment

Sets the default color for multiboard name.

This is different than using color codes. If you use a color code in text, it will override this color.

note

You can use this to avoid using color tags and text manipulation in code.

note

See: MultiboardSetItemValueColor.

patch

1.07

Source
common.j
return type
nothing
Source code
native MultiboardSetTitleTextColor      takes multiboard lb, integer red, integer green, integer blue, integer alpha returns nothing