Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
Fill.h File Reference
#include "cinder/Surface.h"
#include "cinder/Channel.h"
#include "cinder/Area.h"
#include "cinder/Color.h"
Include dependency graph for Fill.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)