CSS color table generator in C using a recursive function

Ok, Ive got an obsession with that CSS color table generator. I modified the source because I didnt like it the ideas to input a number of rows and colls, and the number of colors to be rows X colls, and that random function because I cant control it.
So I created a recursive function with a variable named i who is between 256 and 4096. So I have a palette of 3840 different colors. Its realy nice... and the good part is that the colors are arranged in a sort of gradient that make it more easy to choose a color... So this is the output of the program in a html file:
and below you have the code...

Related Posts by Categories

0 comments:

Post a Comment

Blog Archive

Powered by Blogger.