Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Transparent background  (Read 2095 times)

0 Members and 1 Guest are viewing this topic.

etixpp

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
    • FoxFire Development Website
    • Email
Transparent background
« on: November 05, 2013, 06:49:33 pm »
Is it possible to make a transparent background? I tried to clear the window with transparency but background just went black through this x.X
Thing is i´d like to make a launcher, but he whould be a pure image, without the sf::RenderWindow seen at all(With Style::none it´s just about the background x.X)

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: Transparent background
« Reply #1 on: November 05, 2013, 06:58:47 pm »
Quote
Is it possible to make a transparent background?

No, sfml does not support transparent windows.



AlexAUT

etixpp

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
    • FoxFire Development Website
    • Email
Re: Transparent background
« Reply #2 on: November 05, 2013, 07:02:22 pm »
Hm, maybe it will be integrated some day, would be very usefull for a lot of stuff^^

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Transparent background
« Reply #3 on: November 05, 2013, 07:10:54 pm »
You can implement what you need with OS specific functions. I doubt it will be added to SFML one day.
Laurent Gomila - SFML developer

 

anything