miklosme / gl-react-color-blending

:art: Color blending for gl-react (Photoshop blend modes)
49 stars 4 forks source link

color only? #3

Open weepy opened 7 years ago

weepy commented 7 years ago

Does this enable two images to blend over each other? As in http://jamieowen.github.io/glsl-blend/

Or does it only refer to blending with a particular color ?

miklosme commented 7 years ago

If I remember correctly, yes, it's color only. But must be very easy to extend with image blending.

weepy commented 7 years ago

I want to have a number of children views that blend with each other.

Do you think it would be easy to extend to support that ? On Sat, 29 Jul 2017 at 19:03, Miklos Megyes notifications@github.com wrote:

If I remember correctly, yes, it's color only. But must be very easy to extend with image blending.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/miklosme/gl-react-color-blending/issues/3#issuecomment-318847933, or mute the thread https://github.com/notifications/unsubscribe-auth/AAADNIragxaRJM_Onc3zAsXj0t28iX-nks5sS3QBgaJpZM4Ok5kw .

kkortes commented 7 years ago

Hello guys!

I'm also interested in blending images together. @miklosme would this be possible to add if it "must be very easy"? ;)

If not, is there any other way right now to blend two images together with react native.