Come Chat with us live! Learn how HERE!
ok, can you give me the tool thingy app that can code?
I take it you've never seen 12-bit hex colors. AFAIK it's supported under HTML- each color gets 4 bits instead of 8, so that's a total of three hex digits per color.
How much of an overhaul of the game would be necessary to implement hex colors (ie #000=black, #fff=white, #f00=red, etc) in names and messages? Just out of curiosity.
I take it you've never seen 12-bit hex colors.
The three-digit RGB notation (#rgb) is converted into six-digit form (#rrggbb) by replicating digits, not by adding zeros. For example, #fb0 expands to #ffbb00. This ensures that white (#ffffff) can be specified with the short notation (#fff) and removes any dependencies on the color depth of the display.
it's supported under HTML in CSS
Thats what we need, helpful players, not more powerful admins.
they are a lot more useful then you think they would be
my knees by my face and my ass is being hammered
Quote from: Thoth on December 14, 2010, 09:34:42 pmthey are a lot more useful then you think they would beA lot? go on then, explain their usefulness.
IMO hex colours is overkill (and probably confusing to idiots) but we should extend the current system beyond the current 8 colours.We could even go for a comprimise between the two, and use base64 encoded 6-bit colour, it's still only one char long but with "easy" conversion from hex values .