Questions tagged [alphablending]

Alpha blending is a convex combination of a translucent foreground color with a background color allowing for transparency effects.

530 questions
-1
votes
1 answer

Dynamic texture creation with font using libgdx

I'm working on a word game and I was dynamically creating the textures for the letter tiles when the game loads, comprising of a background image and a font. To do this I was drawing pixmaps onto pixmaps, this was all fine until I started working on…
Will Calderwood
  • 3,878
  • 2
  • 31
  • 55
-1
votes
1 answer

"Weird" Artifacts With Blending

This is what I'm seeing: To provide some perspective for the image, the torus is behind the model. The model is transparent. Those lines appear on the model. I don't want those lines to appear. Can someone explain what I'm seeing? I don't know what…
Anish Ramaswamy
  • 2,248
  • 3
  • 25
  • 62
-1
votes
2 answers

White borders around image

How do i remove white borders around an image when used on different…
-2
votes
1 answer

Controls disappears?How to fix?please?(use C# winform)

I use Alpha Blended Windows (https://www.codeproject.com/Articles/20758/Alpha-Blended-Windows-Forms), But when dragging on the form or when double click on the form, Cause controls to disappears or flash. How to fix?please?Thank you Please see the…
james max
  • 7
  • 1
-3
votes
1 answer

How do i Use Fillrect or DrawText on 32bit HBITMAP in C++

i'm sorry for what i did. i edited. i'd like to use Fillrect on 32bit HBITMAP which is Created with CreateDIBSection but i can't make rect visible in color that i want to. (i Drawed a fillrect with CreateSolidBrush blue(RGB(0, 0, 255)) on 32bit…
1 2 3
35
36