fill(0, 0, 0); // make black,
fill(255, 255, 255); //make white
but we if we need to "no fill" area use below function
noFill();
fill(0, 0, 0); // make black,
fill(255, 255, 255); //make white
but we if we need to "no fill" area use below function
noFill();
For further actions, you may consider blocking this person and/or reporting abuse
Vaibhav Dwivedi -
Mike Young -
Mike Young -
Artem Sapegin -
Top comments (0)