Blockland Forums > Modification Help
Color Codes
Venus:
Hello, this may be a rookie question but, ive recently started to script...
i was just wandering if any one knew the color codes as in /c0 - 9
Thanks...
phflack:
something like /colortest while ingame, or you could use hex codes (<color:######>)
the first 2 digits being red, 2nd 2 being green, last 2 being blue
the digits can be 0-f, 0 being dark, f being bright
<color:ffffff>
<color:000000>
<color:ff0000>
<color:00ff00>
<color:0000ff>
<color:ffff00>
Venus:
--- Quote from: phflack on December 28, 2010, 09:15:14 AM ---something like /colortest while ingame, or you could use hex codes (<color:######>)
the first 2 digits being red, 2nd 2 being green, last 2 being blue
the digits can be 0-f, 0 being dark, f being bright
<color:ffffff>
<color:000000>
<color:ff0000>
<color:00ff00>
<color:0000ff>
<color:ffff00>
--- End quote ---
thanks, i already knew loads of hex colors xD
MegaScientifical:
More extensive, in order, and you can quote this topic to see more. You can use # hex codes in the [color=], you know!
--- Quote from: phflack on December 28, 2010, 09:15:14 AM ---<color:000000>
<color:FF0000>
<color:FFFF00>
<color:00FF00>
<color:00FFFF>
<color:0000FF>
<color:FF00FF>
<color:FFFFFF>
--- End quote ---
phflack:
i keep forgeting which was cyan and which was magenta :D
also, can't colorsets be either 0-F or 0-255?