|
|
|
|
|
by gjsman-1000
418 days ago
|
|
When you say it that way, it's actually baffling that there's still separate code paths for solid background colors. Just offer a background picker, and have it generate a 1x1 PNG, for the color selected. Just like that, you can use the image background code path for everything; and the code for generating the image almost certainly exists in the OS already. Maybe add some metadata to the generated image to filter it from the images picker, and you're done. |
|