]> git.eshelyaron.com Git - emacs.git/commit
Fix color-distance docstring
authorMark Oteiza <mvoteiza@udel.edu>
Fri, 15 Sep 2017 17:27:39 +0000 (13:27 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Fri, 15 Sep 2017 17:30:20 +0000 (13:30 -0400)
commit6e38b9253e3d67def0e16f90da574b4622d962a3
tree03c88e81c08aed30f2bf242d683098b82077f5b5
parent7911ebc6101679fed116218e8b5c08f11c712f51
Fix color-distance docstring

Also feed the translated color to the metric argument.
* src/xfaces.c (color-distance): Reword docstring to be more helpful.
Avoid duplicating effort in lcms2 by passing the translated 16 bit RGB
instead of the function's color arguments.
src/xfaces.c