MultiboardSetItemValueColor
- Parameters
-
mbi multiboarditem
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 alpha color, please set to 255.
- comment
Sets the default color for the cell text.
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:
MultiboardSetItemsValueColor
.- patch
1.07
- Source
- common.j
- return type
nothing
- Source code
native MultiboardSetItemValueColor takes multiboarditem mbi, integer red, integer green, integer blue, integer alpha returns nothing