MultiboardSetItemsValueColor
- 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 alpha color, please set to 255.
- comment
Sets the default color for text in all cell.
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 MultiboardSetItemsValueColor takes multiboard lb, integer red, integer green, integer blue, integer alpha returns nothing