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

Author Topic: sf::Color and Color Profile Problems  (Read 1900 times)

0 Members and 1 Guest are viewing this topic.

Ashenwraith

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
sf::Color and Color Profile Problems
« on: April 19, 2010, 09:12:18 pm »
I ran into a little speed bump here while I was working.

The image displays/loads fine, but with sf::Color it appears the image needs to be converted to sRGB or the program will error out--probably from my inaccurate color comparisons.

I don't know if it's worth having SFML have internal color profile comparisons.

Now that I understand this bug in my program I'm going to move to direct pixel data instead of sf::Color so I don't know if it will be present (probably not I'm guessing).