Function MultiboardSetItemsValueColor

  • 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.

    Parameters

    • lb: HandleHolder<"multiboard">

      Target multiboard.

    • red: number

      0-255 red color (value mod 256).

    • green: number

      0-255 green color (value mod 256).

    • blue: number

      0-255 blue color (value mod 256).

    • alpha: number

      (unused) 0-255 alpha color, please set to 255.

    Returns void

    Note

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

    Note

    See: MultiboardSetItemValueColor.

Generated using TypeDoc