#include "cinder/Cinder.h"
#include "cinder/Area.h"
#include "cinder/Vector.h"
#include "cinder/Surface.h"
Go to the source code of this file.
Namespaces | |
cinder | |
cinder::ip | |
Functions | |
void | cinder::ip::blend (Surface *background, const Surface &foreground, const Area &srcArea, const Vec2i &dstRelativeOffset=Vec2i::zero()) |
void | cinder::ip::blend (Surface *background, const Surface &foreground) |
void | cinder::ip::blend (Surface32f *background, const Surface32f &foreground, const Area &srcArea, const Vec2i &dstRelativeOffset=Vec2i::zero()) |
void | cinder::ip::blend (Surface32f *background, const Surface32f &foreground) |