Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Fixed color tutorial content #567

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rishabdev2997
Copy link

@rishabdev2997 rishabdev2997 commented Oct 17, 2024

BUG: Typo of color tutorial content incorrect

#565 Fixed the bug
The comment says "55% opacity," but the fill function uses 127, which is actually 50% opacity
How to see the error

  • In color transparency
  • Incorrect comment about 55% opacity. .

// 55% opacity.
fill(255,0,0,127);
rect(0,100,200,40);

Should read 50% opacity

https://processing.org/tutorials/color

Here is the screenshot

qqq

Copy link

netlify bot commented Oct 17, 2024

Deploy Preview for java-processing-faf822 ready!

Name Link
🔨 Latest commit f906943
🔍 Latest deploy log https://app.netlify.com/sites/java-processing-faf822/deploys/671122717e7d840008dd4f7f
😎 Deploy Preview https://deploy-preview-567--java-processing-faf822.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant