我正在画布上创建随机改变颜色的斑点。如何访问数组中的最后一个点并返回颜色? L的颜色应该更改为最近添加的斑点的颜色,以便知道我做对了。
function lastColor() {
var lastColor = color(255);
var result = spots.map(a => a.color); {
}
return lastColor;
}
function drawLastColor() {
fill(lastColor());
textSize(50);
text("L", 10, 50);
}
答案 0 :(得分:0)
[
{
name: 'attribute 1',
attributeTypeId: 12,
value: 65,
docs: ['bla bla']
}
]