Blender related python snippets to get you started. Learn blender bpy today.
April 09, 2013
The over operator
For blending between two colors, here's a bit of mixing code:
i tend to like this a little bit more, especially if I can reuse the color lambda
Or another lambda version https://gist.github.com/zeffii/5354106
abbreviated here: