The color won't change
in
Programming Questions
•
1 year ago
- fill(255,0,0);
- line(x1, y1, x2, y2);
1
Perhaps you need to study the tutorials as the difference between stroke() and fill() is very basic.