Run this script directly to see interpolated colors for a predefined scale. def interpolate_color(start_color, end_color, start_pos, end_pos, pos): Linearly interpolate the color between two given ...
A script to interpolate colors on a scale between predefined points. This is not a command-line tool. You need to fill the colors of key points (in the script code) and it will fill the missing points ...