DEV Community

Adem Deliaslan
Adem Deliaslan

Posted on

Javascript Learning From Scratch -00005

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();

Top comments (0)