Namespaces | |
| namespace | cinder |
| namespace | cinder::ip |
Functions | |
| template<typename T > | |
| void | cinder::ip::fill_impl (SurfaceT< T > *surface, const ColorT< T > &color, const Area &area) |
| template<typename T > | |
| void | cinder::ip::fill_impl (SurfaceT< T > *surface, const ColorAT< T > &color, const Area &area) |
| 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) |