|
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) |
|