Re: Alphablending



No, it does not. "source" and "destination" are concepts from OpenGL
and D3D ; the source is the incoming fragment and the "destination" is
the alpha value already in the render target. In this case we are
interested in combining the destination and source color using the
source alpha.

.



Relevant Pages

  • Re: loosing alpha chanel when rendering to texture
    ... So the framebuffer did not get overwritten properly. ... blending before clearing screen and turning it on again afterwards made ... My game is running a bit slow, and maybe having this destination alpha ...
    (comp.graphics.api.opengl)
  • Re: in standard C it is impossible to write a correct program. Why?
    ... Alpha is also unconventional in the approach to arithmetic traps. ... arbitrary number of instructions after the instruction that triggered ... significant bits to the destination register. ...
    (comp.lang.c)
  • Re: Modifying an ASM code
    ... So you want to copy alpha value from source to destination after ... scanline using alpha-blending. ... > the blending it self works fine, for the resulting alpha I don't want to ...
    (borland.public.delphi.language.basm)
  • Re: Anti-aliasing in image clipping to non-rectangular sub-images
    ... is that you can't draw alpha into an image. ... you basically can't draw on it (with the ... That will change it to a black pixel with an alpha of 0. ... That does not modify the alpha component of the destination ...
    (comp.lang.java.gui)
  • Re: Alphablending
    ... the alpha value already in the render target. ... Source and destination refers to background and foregound image in the docs I read. ... What really happens is that the colors from a source pixel and a destination pixel are weighted, e.g. they are multiplied, each of the components against the alpha value. ... Strong background, weak foreground, or visa versa. ...
    (alt.lang.asm)