Cinder  0.9.1
Namespaces | Functions
Fill.h File Reference
#include "cinder/Surface.h"
#include "cinder/Channel.h"
#include "cinder/Area.h"
#include "cinder/Color.h"

Namespaces

 cinder
 
 cinder::ip
 

Functions

template<typename T , typename Y >
void cinder::ip::fill (SurfaceT< T > *surface, const ColorT< Y > &color)
 
template<typename T , typename Y >
void cinder::ip::fill (SurfaceT< T > *surface, const ColorT< Y > &color, const Area &area)
 
template<typename T , typename Y >
void cinder::ip::fill (SurfaceT< T > *surface, const ColorAT< Y > &color)
 
template<typename T , typename Y >
void cinder::ip::fill (SurfaceT< T > *surface, const ColorAT< Y > &color, const Area &area)
 
template<typename T >
void cinder::ip::fill (ChannelT< T > *channel, T value, const Area &area)
 
template<typename T >
void cinder::ip::fill (ChannelT< T > *channel, T value)