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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kingnobody8

Pages: [1]
1
Feature requests / blending of sf::color functionality
« on: December 30, 2018, 02:39:22 am »
Hello!

Recently I watched this video on computer color blending

I went ahead and added proper blending functionality to my local copy of sfml. Would anyone be opposed to getting this functionality integrated into the mainline?

To clarify, the functionality is a static function in sf::color whose definition looks like this:

static Color Blend(const Color& c1, const Color& c2, float lerp);
 

Pages: [1]
anything