• Last edited on Nov 5, 2014, 4:25:10 PM by Kevin

A list of canonical questions that the community might want to think about writing.

-Q: how do I get N (integers | colors) evenly spread between two known start and end (integers | colors)? A: use interpolation. for color interpolation, consider converting to HSV first.