]> git.eshelyaron.com Git - emacs.git/commit
Add color-blend to blend two RGB lists
authorJoseph Turner <joseph@breatheoutbreathe.in>
Sat, 2 Nov 2024 04:58:07 +0000 (21:58 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Nov 2024 15:49:43 +0000 (16:49 +0100)
commita94c1fcc93c30992b56a1f1d12c2cc040edfd682
treec468277ec044b9393237eea2c393b967f7cb4b43
parent35585cde90b2583209d30c80d8b31c000bdc8424
Add color-blend to blend two RGB lists

* lisp/color.el (color-blend): Blend two RGB lists.
* test/lisp/color-tests.el (color-tests-blend): Test color-blend.
* etc/NEWS: Announce color-blend.

(cherry picked from commit bf312529def48bc6fdf72d43d5be158d125f52f6)
etc/NEWS
lisp/color.el
test/lisp/color-tests.el