パラメータ
- start
- Start color.
- end
- End color.
- amount
- Value between 0 and 1 indicating the weight of end.
戻り値の型
The linear interpolation of the two colors.
start + (end - start) * amount
Passing amounta value of 0 will cause startto be returned; a value of 1 will cause endto be returned.