Tagged Questions
The color-blending tag has no wiki summary.
3
votes
3answers
772 views
Optimizing Per Pixel Blending on Android Bitmaps
I am trying to apply blend filters on two images (in this case HardLight). HardLight is not supported in the base Android library, so, I am doing it by hand on each pixel. The first run is working, ...
1
vote
3answers
128 views
OpenGl Blending
i want to blend two rects, but i want to draw only blended area (area where rects are intersecting), How to do it
1
vote
3answers
510 views
Alpha blending a red, blue, and green image to produce an image tinted to any rgb value?
Basically, I have a context where I can't programatically tint an image, though I can change it's alpha value. With some experimentation, I've found that I can layer a red, blue, and green version of ...
1
vote
3answers
605 views
WPF - Control over blending between semi-transparent layers
In digital imaging, when overlaying two visual layers there are multiple ways you can calculate the image that results when light from a lower layer shines through an obstructing layer in some way. ...
0
votes
1answer
45 views
Color blending with standard algorithms
I would like to take the value of 2 colors and combine them into a new single color. I know that this is often done on the GPU with a variety of standard functions such as add, multiply, burn, ...
0
votes
1answer
766 views
XNA Alpha Blending part of a texture in Game Studio 4.0
Hi I'm trying to follow an answer about making part of a texture transparent when using Alpha Blending from this question
The only problem is that this only works in XNA 3.1 and I'm working in XNA 4.0 ...
0
votes
1answer
46 views
How to get ColorBlend.js top stop
I'm trying to pause the colorBlend animation on a DOM object like so:
$('#header-container').colorBlend({action: 'stop'})
Nothing's happening. Any ideas?