Why does the alpha argument to stroke() cause nothing to be drawn?

后端 未结 0 1751
别跟我提以往
别跟我提以往 2021-01-07 06:41

When I run the following code, my sketch draws as expected:

void draw() {
    int[] nextColor = getNextColor();
    stroke(nextColor[0], nextColor[1], nextCol         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题