标签: java android kotlin colors gradient
在问我的问题之前,让我先澄清两件事:
我有2种颜色,我们分别命名为startColor和endColor。
startColor
endColor
现在,请想象从startColor到endColor的线性渐变线。
假设我有一个浮点数0.3f。
0.3f
我想知道从头到尾在渐变的30%位置的颜色。
我该怎么做?
GradientPaint
Matrix