Appearance
@ryanuo/utils / graphics / lerpColor
function lerpColor( color1, color2, t): string;
线性颜色插值
string
HEX颜色
number
插值系数 (0-1)