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/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:24385532-ba3c-98d8-99f3-22ed4d86d1ad |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 93A2:C8602:17A055F:1F28458:69719505 |
| html-safe-nonce | e3d261acb9bd6eba21f164cdb2bfb37c05a5236a61b76dc991c24a6317399fd4 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5M0EyOkM4NjAyOjE3QTA1NUY6MUYyODQ1ODo2OTcxOTUwNSIsInZpc2l0b3JfaWQiOiI3MDkxMjk4MTQ0ODcxMzU1NjUzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | fd06d2f7e66878ab4d3beac5ab096efa69b1fe3b3fdbf6dc867d74f8182b32dd |
| hovercard-subject-tag | pull_request:17268836 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,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/files |
| 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 | fdfdce9cd4f6ab85dca2b0d11264270829297c962dd5a79df449062d7822258f |
| turbo-cache-control | no-preview |
| diff-view | unified |
| 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 |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 51c736e60b302bd039c9d5164573d176ceb24bb2 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width