Title: Fix opengl MULTIPLY blend mode by othp · Pull Request #2601 · processing/processing · GitHub
Open Graph Title: Fix opengl MULTIPLY blend mode by othp · Pull Request #2601 · processing/processing
X Title: Fix opengl MULTIPLY blend mode by othp · Pull Request #2601 · processing/processing
Description: This changes the opengl multiply blend mode implementation so the output matches the default renderer. Consider: void setup() { size(500,500); background(255); noStroke(); } void draw() { background(255); blendMode(BLEND); fill(#3D59AB); ellipse(width*0.3, height*0.5, width*0.5, height*0.5); blendMode(MULTIPLY); fill(#FFD700); ellipse(width*0.7, height*0.5, width*0.5, height*0.5); } Result: Change the size method to use P2D instead and you get: This change makes the P2D renderer output the same as the JAVA2D renderer.
Open Graph Description: This changes the opengl multiply blend mode implementation so the output matches the default renderer. Consider: void setup() { size(500,500); background(255); noStroke(); } void draw() { ...
X Description: This changes the opengl multiply blend mode implementation so the output matches the default renderer. Consider: void setup() { size(500,500); background(255); noStroke(); } void draw() { ...
Opengraph URL: https://github.com/processing/processing/pull/2601
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:702c044b-146b-849b-4cd3-b26c0324d4a8 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | ABEC:3E5B37:179916A:2104A96:6970D732 |
| html-safe-nonce | bfdcc1511533d6cd0acf11c53ba89b21215a8979e80e04d0a22a11e8bcde9b49 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQkVDOjNFNUIzNzoxNzk5MTZBOjIxMDRBOTY6Njk3MEQ3MzIiLCJ2aXNpdG9yX2lkIjoiOTA5NjYwNDY0MDA2ODI5NDQ1MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 67611881dd686cfc8289cf58977308fb45fe6d340345dc6bd56e3e365b1b8f6c |
| hovercard-subject-tag | pull_request:17268836 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/processing/processing/pull/2601/checks |
| twitter:image | https://avatars.githubusercontent.com/u/1057304?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/1057304?s=400&v=4 |
| og:image:alt | This changes the opengl multiply blend mode implementation so the output matches the default renderer. Consider: void setup() { size(500,500); background(255); noStroke(); } void draw() { ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9203e7efc62065329c3b7015a1e6d16fc14bce440abec7b0d3cbe9e4fb1e2e4 |
| turbo-cache-control | no-preview |
| go-import | github.com/processing/processing git https://github.com/processing/processing.git |
| octolytics-dimension-user_id | 1617169 |
| octolytics-dimension-user_login | processing |
| octolytics-dimension-repository_id | 7807399 |
| octolytics-dimension-repository_nwo | processing/processing |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 7807399 |
| octolytics-dimension-repository_network_root_nwo | processing/processing |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | eb3c92b74ae48a78cffd8700b8eb5f60bad61528 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width