Color

Signature

{color:[id]}

Description

Colors the next characters in the current and next lines.

Arguments

Identifier

The identifier of the color from of a list (0 -> 127).

Here is a list of which identifiers are commonly used.

IdentifierNameRedGreenBlueAlpha

0

Gray

128

128

128

126

17, 18

Lightblue

50

122

118

126

19, 20, 21, 28

Gold

128

95

26

126

26

Green

56

128

57

126

27

None

0

0

0

0

32

White

255

255

255

126

A lot of colors are duplicated across the list, so it's possible that several different identifiers will lead to the same color.

If the alpha value is 0, the default color (gray) will be used.

Notes

If this text tag is not used, the default color of characters is gray (rgb: 128, 128, 128).

This tag overwrites the color set via the tag Rgb.

Last updated