sprint 1-alpha
|
methods to blend an image over another one More...
Go to the source code of this file.
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
Functions | |
int | sprint::blend (imageview &dst, int x, int y, const imageview &src) |
int | sprint::blend (imageview &dst, int x, int y, const imageview &src, int x0, int y0, int width, int height) |
int | sprint::blend (imageview &dst, int x, int y, const imageview &src, unsigned int factor) |
int | sprint::blend (imageview &dst, int x, int y, const imageview &src, int x0, int y0, int width, int height, unsigned int color) |
methods to blend an image over another one