src/cinder/ip/Blend.cpp File Reference

Namespaces

namespace  cinder
namespace  cinder::ip

Functions

template<bool DSTALPHA, bool DSTPREMULT, bool SRCPREMULT>
void cinder::ip::blendImpl_u8 (Surface8u *background, const Surface8u &foreground, const Area &srcArea, Vec2i absOffset)
template<bool DSTALPHA, bool DSTPREMULT, bool SRCPREMULT>
void cinder::ip::blendImpl_float (Surface32f *background, const Surface32f &foreground, const Area &srcArea, Vec2i absOffset)
void cinder::ip::blend (Surface *background, const Surface &foreground, const Area &srcArea, const Vec2i &dstRelativeOffset=Vec2i::zero())