pygacity.util.colors module

pygacity.util.colors.blend(hex1, hex2, t=0.5)[source]

Blend two hex colors. t=0 returns hex1, t=1 returns hex2.