Hi,
Was playing around with the blending nodes and adjusting the foreground weights to add red, green and blue to create white. Performing pairwise addition like this reduces the final color values so I added an Adjust Image Colors
node to compensate.
Is doing it this way efficient or is there a better way?
Thanks
Comments
Here's a working method to
Here's a working method to blend RGB sources and get white without the final adjustment, comp attached. It uses screen blend mode. Is there actually a use case for this?
Blend_RGB_to_get_white JC.vuo
Oh yeah, see attched using
Oh yeah, see attched using addition blend mode. It's what I thought first but hadn't noticed you had the opacity set the way you did.
Blend_RGB_to_get_whiteJC2.vuo
Thanks @scatchpole - I see
Thanks @scatchpole - I see now that using the dodge mode simplifies the composition and does a better job by brightening the blended colors. The purpose is two fold; (i) so that I can better understand Vuo and (ii) I want to demonstrate image blending using colors and Vuo seems like a good and intuitive choice for that. Thank you
I like this old site, found
I appreciate your pursuits, Marc. I posted a little demo of additive color in the composition gallery. It switches between add and subtract blending modes.
(Question came up while assembling it -- layers are not premultiplied, otherwise
Make Oval Layer
would have a white square background, right? Why does "darker components" show the circle layer bounding box? Bug?)I know this is about blending
I know this post is about blending colors, but it's a short jump to blending images, considering that blend modes operate on color per pixel.. I like this old site, found it on the Wikipedia page for blend modes: http://www.pegtop.net/delphi/articles/blendmodes/
Anyone want to help make a blend mode shader with blend mode equations? I haven't tried yet. Below is some shader code from the Vuo manual, how should this be changed to be flexible for adding 3 or more? Obviously limited to the two blend modes with its method. In my limited knowledge, seems like a good idea to set up the blending equations before/outside the main function then call them when selected from the pulldown menu?
Marc,
Marc,
Yes, unfortunately there's no way to express "Darker Component" in the version of OpenGL supported by macOS. Maybe the Metal implementation will be different.