Javascript Learning From Scratch -00005
Adem Deliaslan
Posted on September 29, 2019
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();
💖 💪 🙅 🚩
Adem Deliaslan
Posted on September 29, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.