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:
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);