Author Topic: Color "Commands" what are they?  (Read 1534 times)

Okay so, you know how yo can type in stuff to make text different colors, well, what ARE they. all I know are these:

<color:GREEN0>=GREEN!

<color:ffffff>=WHITE!

<color:fff000>=YELLOW!

I guess just post commands for colors! :D


Umm...
What are you supposed to type in?

Okay so, you know how yo can type in stuff to make text different colors, well, what ARE they. all I know are these:

<color:GREEN0>=GREEN!

<color:ffffff>=WHITE!

<color:fff000>=YELLOW!

I guess just post commands for colors! :D
That is hideously, horribly wrong.
It would be like <color:00ff00> for green.
Cause the palette is like RRGGBB

Is F like max of a color?


I thinks it's 0-9 a-f
Here are the HEX digits translated to what number they mean
0 - 0
1 - 1
2 - 2
3 - 3
4 - 4
5 - 5
6 - 6
7 - 7
8 - 8
9 - 9
A - 10
B - 11
C- 12
D - 13
E - 14
F - 15

Is F like max of a color?
FF is the max of a color.

Protip:
Open the calculator program that comes with windows.
Switch view to scientific if you haven't already.
Type in a number between 0 and 255, depending on how much you want that color mixed in.
Click the hex radio box.
???
Hex value.

Here are the HEX digits translated to what number they mean
0 - 1
1 - 2
2 - 3
3 - 4
4 - 5
5 - 6
6 - 7
7 - 8
8 - 9
9 - 10
A - 11
B - 12
C- 13
D - 14
E - 15
F - 16
You seem a little off there.

FF is the max of a color.
Huh? Oh, I only included one F. That was a typo.

You seem a little off there.
I ninja'd, it was trivial what to do because it starts at 0. 0 is the 1st number.

Also that GREEN0 only works because G, R, and N become 0. So it's pretty well like 00EE00.

Also that GREEN0 only works because G, R, and N become 0. So it's pretty well like 00EE00.

XD Wow, really? XD

Also that GREEN0 only works because G, R, and N become 0. So it's pretty well like 00EE00.
1. I'd like to add a little info. G, R, and N aren't 0-9 A-F, so they are truncated to 0.
2. 00EE00 isn't full green, 00FF00 is.