Hey, I was just curious why you chose the color codes that you use. i.e. why is green 0,128,00, vs 0,255,0 etc? thanks!
Color codes - RGB
Posted by Gore on Wed 13 Jan 2010 12:04 PM — 7 posts, 35,343 views.
They are the ANSI/Telnet color standard values. There's regular green, and then there's bright green, too.
Those are standardized names, I'm afraid. Most of the computer world uses those assignments, in Windows and on the web. The bright green is called 'lime', just like how the bright pink isn't called pink but 'fuchsia'. The choices are baffling sometimes, but hey, we deal with them.
Besides, absolutely specifying the color numbers is always best if you ask me. No doubt about stuff ever. :)
Edit: corrected a silly typo where I put in the totally opposite word by mistake. >_<
Besides, absolutely specifying the color numbers is always best if you ask me. No doubt about stuff ever. :)
Edit: corrected a silly typo where I put in the totally opposite word by mistake. >_<
I thought as much but I was a bit confused with regards to another client. heh.
I don't know which other client you are referring to, but if you check out this page (amongst others):
http://htmlhelp.com/cgi-bin/color.cgi
... you will see that green is indeed a "standard" of "Green #008000" (where hex 80 is 128).
I seem to recall that Zugg and I agreed a while ago to use exactly the same colour codes for the same names, so hopefully it is not zMud you are talking about.
http://htmlhelp.com/cgi-bin/color.cgi
... you will see that green is indeed a "standard" of "Green #008000" (where hex 80 is 128).
I seem to recall that Zugg and I agreed a while ago to use exactly the same colour codes for the same names, so hopefully it is not zMud you are talking about.
No, it's a new client called mudlet that I'm investigating. His (whoever the developer is) colors are weird. Green is 0,255,0, and it doesn't have silver. Very inconvient for making a direct port of my system. He said that he uses some standard RBG list he found from the X11 some such.
I might just stick with mushclient. I haven't used it for 7 years for no reason after all :P
I might just stick with mushclient. I haven't used it for 7 years for no reason after all :P
Yeah. There are some old Unix lists around that have like thousands of color names, and not all of them match the ones that HTML was forced to use for them, because of the browser limitations at the time. Frankly, I wish someone set a real standard, with a large set, instead of having 2-3 of them, half of which are based on the days when computers only *had* 16 non-user definable colors total.