Topic awaiting preservation: loop through every color |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 12-08-2002 05:24
OK, so I would like to know how to loop through every color. You know how on some of those really annoying pages they have the background loop through every color, well that's what I want. Not to change the background, but to loop through every color. I'm not sure how I would go about it, can anyone help me? |
Bipolar (III) Inmate From: Cold Sweden |
posted 12-08-2002 10:36 |
Bipolar (III) Inmate From: Amsterdam |
posted 12-08-2002 12:27
Except it isn't several million colors, because HTML can't handle so many colors. |
Bipolar (III) Inmate From: Cold Sweden |
posted 12-08-2002 12:32 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-08-2002 17:51
Well, what he most likely wants is to loop through every *hue*, not every single shade of every hue. |
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 12-08-2002 21:30
hmm, I'll have to look through your code some more slime. But actually it's not on a computer, and it's sorta hard to explain, but every color is assigned a red, green, and blue, and each of those can be between 0 and 31 (in decimal). Maybe Slime's code will do it, I'll have to look at it some more. |