Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'd like to do additive blending of one image over another using the provided .NET graphics features. I have google'd it, but that turned it up with about 0 useful results. In fact, it seems like no-one even asked about doing additive blending with .NET at all!

 

So, is it so simple and obvious that no-one ever had to ask and I just totally missed it? Or is it impossible with .NET? Does anyone have any suggestions?

  • Leaders
Posted

The short answer is that DotNet does not support any blends except for your standard alpha blend and source copy.

 

In the past I've written my own drawing functions to do more advanced blending. If you are using 32-bit sources and destinations then once you understand how to directly access bitmap data then it is quite doable.

[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...