[wheybags][0.17.12] Rich Text RGB Colors
Posted: Fri Mar 15, 2019 2:51 am
Elsewhere in the game, but most noteably the player color command - /color - RGB values are accepted as Hexadecimal noted values, eg. 255 255 255
Using the [color=R,G,B] rich text option, only RGB inputs are accepted.
For example:
Also there is the inconsistency between the requirement of the delimiting comma in the [color=] rich text options, but not in the /color command.
Using the [color=R,G,B] rich text option, only RGB inputs are accepted.
For example:
Code: Select all
[color=255,000,000] - Produces Black Text, where one would expect Red
[color=1,0,0] - Produces Red Text
[color=255,055,055] - The common color for copper - produces Deep Blue text