Home > Back-end >  SFML library how to remove the background color of the picture
SFML library how to remove the background color of the picture

Time:09-23

Does anyone know how to use SFML library clear image background color?

CodePudding user response:

Don't understand SFML library, find the following content: http://cn.voidcc.com/question/p-tnjdpwke-ek.html

You can
Window. The clear (sf: : Color: White);
Or find a solution, allowing you to draw pisk files, such as piskel,
You can import the file and erase the transparent area, or draw their own spirit,

Like Windows itself can also, I look for them,

CodePudding user response:

TransparentBlt this API, a kind of color can be set to transparent color, paint,
  • Related