CSS color table generator in C

Saturday, March 29, 2014

I saw a program in c++ that generates a color table on Marcels blog . I thought that the program is interesting and I wanted to rewrite an application like that but who creates CSS codes.

First I rewrote the code( it displayed a table color and the RGB codes of the colors) and I remembered that an application who create a color table and display the css codes of the colors will be more interesting.


So first of all I created an application to see if the RGB code repeats and the results was negative. No colors repeat... So I started programming, transforming from int into hexadecimal and this is what Ive had:
PS: Soon Ill post the modified source!

Related Posts by Categories

0 comments:

Post a Comment