benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.31k stars 236 forks source link

Background transparency not working. #821

Open dileep98 opened 5 months ago

dileep98 commented 5 months ago

"backgound(0,0);"backgound(0,0,0,0);", command is not adding alpha channel to incorporate transparency.

Processing version: 4.3 Operating System and OS version: Windows 11

vaishnavi192 commented 5 months ago

@dileep98 hey I want to work on this issue. Can yo plz tell where can I find this command ?

dileep98 commented 5 months ago

https://processing.org/reference/background_.html

please check at syntax section.

dileep98 commented 5 months ago

@vaishnavi192 I can't find the function in this git repo.

bugreporter0 commented 4 months ago

you forgot the "r" in background

dileep98 commented 4 months ago

It's just a typo in the question. But in my code, I've written it as background(0,0)