mix函数用于颜色插值,函数原型为:

genType mix(genType x, genType y, genType a);

最终值的计算方法为:

\[ x×(1−a)+y×a \]