color-gradient
color-gradient is a compiled Lisp function in `color.el
'.
(color-gradient START STOP STEP-NUMBER)
Return a list with STEP-NUMBER colors from START to STOP.
The color list builds a color gradient starting at color START to
color STOP. It does not include the START and STOP color in the
resulting list.