Elisp color manipulation routines
Last week, I spent some time implementing various color manipulation routines. The ultimate goal was to find a way to determine if a text in a certain color was readable on a background with a differe
Last week, I spent some time implementing various color manipulation routines. The ultimate goal was to find a way to determine if a text in a certain color was readable on a background with a different color.
Something I failed to do so far, despite my research in the area.
However, since I think my code could be useful for other people, I’ve set up a tiny git repository with the routines I wrote.
The funniest one to implement was CIEDE2000. I verified my code with the data given in the specifications and can assure it’s correct. :-)
Related posts
The bad practice in FOSS projects management
During the OpenStack summit a few weeks ago, I had the chance to talk to some people about my experience on running open source projects. It turns out that after hanging out in communities and contrib
Read more →
Gnus notifications
Today, I've merged my Gnus notifications module inside Gnus git repository. This way, it will be available for everybody in Emacs 24.2.
Read more →