Tagged Questions
The blending tag has no wiki summary.
13
votes
5answers
4k views
Are photoshop-like blend modes possible in HTML5?
I want to put a red rectangular <div> element over my webpage so that it would look not only transparent, but also like blended in Photoshop’s Multiply mode.
The <div> would have ...
6
votes
3answers
669 views
OpenglES blending particles but not background
I have the next process:
- draw background
- draw objects and blend with background (1)GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA
- draw particle effect with blending (2)GL10.GL_SRC_ALPHA, ...
5
votes
5answers
487 views
How to make fading-to-black effect with OpenGL?
Im trying to achieve fade-to-black effect, but i dont know how to do it. I tried several things but they fail due to how opengl works
I will explain how it would work:
If i draw 1 white pixel and ...
4
votes
3answers
1k views
How to use 32bit alpha-blended BMP in .Net
Is there any way to use this kind of format in .Net (C#)?
I want to use the same skin format that uTorrent uses in my app, but i can't get the transparent background.
Any ideas?
Thanks for your time.
3
votes
2answers
70 views
Blending two functions, where one is inverse
Let me first explain the idea. The actual math question is below the screenshots.
For musical purpose I am building a groove algorithm where event positions are translated by a mathematical function ...
3
votes
2answers
2k views
Photoshop-esque blend mode in web pages using CSS or JavaScript?
I am wondering if it is possible to blend two or more images together on a webpage using blend modes like you will find in photoshop (overlay, screen, lighten, etc).
I know that this kind of thing is ...
3
votes
2answers
2k views
Alpha masks with OpenGL
I want to use an alpha mask in OpenGL so that white(1)=visible and black(0)=hidden.
So what I do is I write something in the alpha component of the framebuffer using glColorMask(False, False, False, ...
2
votes
1answer
63 views
Python Image Library Additive Blending
How can I additively blend two images?
I am trying to create random polygons and I'd like to layer them up.
I have tried Image.Blend and Image.paste however they just 'replace' the pixel values.
I ...
2
votes
3answers
195 views
webgl: white border when using transparency (alpha)
When rendering textures that have an alpha-channel, a white border appears around the non-transparent part (the border seems to be the pixels that have an alpha > 0 and < 1):
The original ...
2
votes
1answer
29 views
Why does IE change the color?
I've placed an image on top of a div. I'm trying to blend the image into the div (The div is a solid color). In Google Chrome, it looks great! The colors blend perfectly. In IE 7, however, the ...
2
votes
2answers
59 views
Drawing textures with variable transparency
I am a moderately experienced C# developer, but I'm new to XNA and graphics in general. I'm making a 2D game and I'm trying to draw a texture that partially transparent. The desired transparency value ...
2
votes
2answers
213 views
SWT draw2d alpha blending
I'm looking for some method to draw half transparent figures within the draw2d framework.
Currently I'm using setAlpha() of org.eclipse.draw2d.Graphics. The problem is that it slows down the whole ...
2
votes
2answers
166 views
Problem with blending in openGL (Color bar example)
Can anyone give some clues as to why when I try to render the color bar quad below
It appears like this:
Here is my rendering code:
gl.glEnable(GL.GL_BLEND);
gl.glBlendFunc(GL.GL_ONE, ...
2
votes
1answer
413 views
Performance with EAGLView on top of other views
I have to overlay an (mostly) transparent OpenGL view on top of some other views in my iOS app, but testing on my iPod touch (first gen, albeit, iPhone OS 3.1) gives really bad performance. I have ...
2
votes
1answer
199 views
OpenAL synchronization
I'm new to audio programming so excuse me if I'm not using the right terms...
I have two streaming buffers that I want to have playing simultaneously completely synchronized. I want to control ratio ...
2
votes
2answers
2k views
Blending pixels from Two Bitmaps
I'm beating my head against a wall here, and I'm fairly certain I'm doing something stupid, so time to make my stupidity public.
I'm trying to take two images, blend them together into a third image ...
2
votes
1answer
458 views
DirectX alpha blending (deferred rendering)
I'm having a major issue which has been bugging me for a while now.
My problem is my game uses a deferred rendering engine which makes it very difficult to do alpha blending.
The only way I can ...
2
votes
1answer
1k views
Any undersandable description of glTexEnvi (OpenGL ES 1.x)?
I've seen as many different parameters as many source codes I saw. Is there a description can be found somewhere that refers all about those parameters in details?
2
votes
1answer
390 views
How do I use a mask to punch out my image?
I have a mask (loaded from a 256 grey PNG) that I want to apply to an image that's being used as part of my process for drawing a UITableViewCell's imageView.image property.
When the cell isn't ...
1
vote
1answer
22 views
blending composites..some explanation please
I am trying to figure out what Romain Guy did in his blend composite BlendingComposite--Romain Guy. This is what I know at least I think.
Image holds its information in an array of colors (info for ...
1
vote
1answer
68 views
Averaging multiple UIImages
I have been searching for this answer for a while. But I haven't been able to find it.
I would like to average the pixels of 30 UIimages. To do so, I would like to do it using Quartz2D instead of ...
1
vote
1answer
67 views
Bad (unattractive) blending in OpenGL with bright figures on dark background
I have a problems in OpenGL with blending (in result of antialiasing or textured painting). See problem illustration:
I have the following setup code
// Antialiasing
glEnable(GL_POINT_SMOOTH);
...
1
vote
1answer
279 views
OpenGL point sprites with depth testing - a blending issue?
I am rendering point sprites (using OpenGL ES 2.0 on iOS) as a user's drawing strokes. I am storing these points in vertex buffer objects such that I need to perform depth testing in order for the ...
1
vote
1answer
63 views
Why doesn't alpha blending work in ortho?
This is how I turn on ortho projection after drawing 3D objects:
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
glOrtho(0,Screen_Width,Screen_Height,0,0,1);
And this is how I turn on blending and ...
1
vote
1answer
100 views
How to blend texture colors with simple multiplication to the colors under it?
So i want my texture colors to multiply with the colors under it, how this can be done with glBlendFunc() ?
For example: if i have a texture color (0.31, 0.51, 0.124) and there is a color (0.83, ...
1
vote
1answer
162 views
Filter for overlapping circle objects in actionscript 3
Basically i have x circles represented as MovieClips.
They are all assigned the same base color (for example red).
They should all have a brightness property ranging from 0 to 1 (0 would be completely ...
1
vote
1answer
102 views
Graphics Intensive Application in Java
I'm making a particle engine in Java, and right now I'm using a subclass of java.awt.canvas. I'm using canvas.getBufferStrategy().getDrawGraphics() and then, when I'm done, using ...
1
vote
1answer
808 views
OpenGL - mask with multiple textures
I have implemented masking in OpenGL according to the following concept:
The mask is composed of black and white colors.
A foreground texture should only be visible in the white parts of the mask.
A ...
1
vote
1answer
347 views
beginner transparency / opaque in openGL
I am going through the NeHe tutorials for OpenGL... I am at lesson 8 (drawing a cube with blending). http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=08
I wanted to experiment and change half ...
1
vote
1answer
393 views
Blending multiple textures to make a particle system
Here is the deal, I want to make a particle system based on textures and I have a cloud texture. I map the texture to 10 different polygons each having same size and textures.
when I blend them over ...
1
vote
1answer
398 views
Mapping CoreGraphics Blend Modes to Porter-Duff
I have an iPhone app that does image manipulation via blending two UIImage objects via CoreGraphics, specifically CGContextSetBlendMode. I am currently researching porting it to Android. I've gone ...
1
vote
1answer
391 views
Proper way of doing blending in WebGl
I have a couple of problems when doing blending in WebGL. One of them is the way that colors are rendered regardless of the alpha value when blending is on. Meaning darker colors are always blended ...
1
vote
1answer
90 views
OpenGL blending (Java)
I'm writing some Java OpenGL code (though the principles are the same in C++ openGL). I have a situation where I want to render certain items on top of others. I can do that by disable the depth test ...
1
vote
1answer
521 views
Per-pixel per-component alpha blending in GDI
I have a 24-bit bitmaps with R, G, B color channels and a 24-bit bitmap with R, G, B alpha channels. I want to alpha blend the first bitmap to a HDC in GDI or RenderTarget in Direct2D with the alpha ...
1
vote
7answers
2k views
opengl paint program based on Apple's 'glPaint' on a white background - how to blend?
Trying to write a simple paint program for iPhone, and I'm using Apple's glPaint sample as a guide. The only problem is, painting doesn't work on a white background, since white + colour = white. ...
1
vote
1answer
644 views
What can we use instead of blending in OpenGL ES?
I am doing my iphone graphics using Opengl. In one of my projects i need to use an image, which i need to be used as a texture in opengl. The png image is 512 * 512 in size, its background is ...
1
vote
1answer
1k views
CGContextDrawImage returning bad access
I've been trying to blend two UIImage for about 2 days now and I've been getting some BAD_ACCESS errors. First of all, I have two images that have the same orientation, basically I'm using the ...
1
vote
1answer
552 views
How to create Simple HLSL Silverlight filter for blending/playing with/mixing 2 images?
How to create Simple HLSL Silverlight filter for blending/playing with/mixing 2 images?
I need some working example of a filter which would take as an input 2 images\objects and return 1 image - ...
1
vote
3answers
854 views
OpenGL ES. Scrolling 3 layer starfield textures gets me from 60 -> 40 FPS
I need to draw the background for a 2D space scrolling shooter. I need to implement 3 layers of stars: one distant nebula (moving really slow) in the background, one layer of far away stars (moving ...
1
vote
5answers
2k views
How to remove black background from textures in OpenGL
I'm looking for a way to remove the background of a 24bit bitmap, while keeping the main image totally opaque, up until now blending has served the purpose but now I need to keep the main bit opaque. ...
1
vote
2answers
706 views
What do the blend modes in pygame mean?
Surface.blit has a new parameter in 1.8: blend. The following values are defined:
BLEND_ADD
BLEND_SUB
BLEND_MULT
BLEND_MIN
BLEND_MAX
BLEND_RGBA_ADD
BLEND_RGBA_SUB
BLEND_RGBA_MULT
BLEND_RGBA_MIN
...
1
vote
1answer
834 views
BlendFunc for textured fonts with changing background
I am attempting to use Textured fonts as so that I can display text in my openGL scene. However I am having trouble finding glBlendFunc values that will work.
The background that the text will be ...
0
votes
0answers
9 views
make a custom PorterDuffXfermode
I have an algorithm in mind that I want to implement using the Xfermode so that I can put it as for paint. However, I am confused as how to go about doing this.
I would be obliged if you can provide ...
0
votes
1answer
27 views
How to enable alpha blending on DirectX?
How to do this in DirectX?
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glEnable(GL_BLEND);
Somehow i just cant seem to get it work. Im using code:
d3ddev->SetRenderState(D3DRS_SRCBLEND, ...
0
votes
0answers
28 views
Particles with additive blending
I am trying to add additive blending to particles in the 3D chat game IMVU. I have little to no knowledge of coding except for something i read on an IMVU forum.
So far the 'code' i have for my ...
0
votes
1answer
208 views
AndEngine Merging Sprites
I have been tackling a severe performance issue with an AndEngine powered live wallpaper for a while now (I've posted another question about it a while back, before I knew what was causing it at all), ...
0
votes
0answers
45 views
How to create grayscale image using blending in android
How to create grayscale image using blending in android ?
There are different ways but I need using blending.
I have original image and one black image.
On black image on touch portion I am ...
0
votes
1answer
36 views
Photoshop, merging both these layers so they look the same
Here is my little test image:
http://imageshack.us/photo/my-images/851/testnb.jpg/
Basically they are two images, as you can see on the left is the 1st one and on the right the 2nd one. (and yes, I ...
0
votes
0answers
34 views
kCGBlendModeHue : how to reproduce the effect in code?
I'm trying to reproduce the effect of the blend function kCGBlendModeHue and I have a hard time figuring out how it works.
The documentation says :
Hue blend mode uses the luminance and ...
0
votes
1answer
26 views
Merging colors between points
I have a web application with several points placed on a map. Every point is associated with a value, good values are green,ok values yellow and bad values red. If two values are close enough I would ...