Author Topic: Colorset Viewer Utility  (Read 1162 times)

I made a thing on my website that lets you view and save images of colorsets.



here's an image made with it


http://carbonweb.x10.mx/colorset

Pretty cool. I'd like it more if the colors weren't separated.


tried the default colorset and it already broke


tried the default colorset and it already broke

What's even more weird, every time you upload the same colorset the colors randomly change




It also seems to only build the table correctly if all the colorset columns are the exact same length, if there is a shorter column the additional rows of other columns are randomly cut off.


Doesn't seem to like decimal values. Which the default colorset uses a mix of.

Code: [Select]
0.900 0.000 0.000 1.000
0.900 0.900 0.000 1.000
0.000 0.500 0.250 1.000
0.200 0.000 0.800 1.000
0.900 0.900 0.900 1.000
0.750 0.750 0.750 1.000
0.500 0.500 0.500 1.000
0.200 0.200 0.200 1.000
100 50 0 255
DIV:Standard

230 87 20 255
191 46 123 255
99 0 30 255
34 69 69 255
0 36 85 255
27 117 196 255
255 255 255 255
20 20 20 255
255 255 255 64
DIV:Bold

236 131 173 255
255 154 108 255
255 224 156 255
244 224 200 255
200 235 125 255
138 178 141 255
143 237 245 255
178 169 231 255
224 143 244 255
DIV:Soft

0.667 0.000 0.000 0.700
1.000 0.500 0.000 0.700
0.990 0.960 0.000 0.700
0.000 0.471 0.196 0.700
0.000 0.200 0.640 0.700
152 41 100 178
0.550 0.700 1.000 0.700
0.850 0.850 0.850 0.700
0.100 0.100 0.100 0.700
DIV:Transparent

tried the default colorset and it already broke

What's even more weird, every time you upload the same colorset the colors randomly change

Unfortunately, the generator breaks if you use a colorset with decimal values. I'm working on a fix now.

All of the issues that were posted should be fixed now.

« Last Edit: May 12, 2016, 06:41:09 PM by Darksaber2213 »