template void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorT<uint8_t> &
color,
const Area &area ); \
template
void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorT<uint8_t> &
color ); \
template
void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorAT<uint8_t> &
color,
const Area &area ); \
template
void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorAT<uint8_t> &
color ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorT<uint16_t> &
color,
const Area &area ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorT<uint16_t> &
color ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorAT<uint16_t> &
color,
const Area &area ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorAT<uint16_t> &
color ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorT<float> &
color,
const Area &area ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorT<float> &
color ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorAT<float> &
color,
const Area &area ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorAT<float> &
color ); \
template void fill<T>( ChannelT<T> *channel, const T value, const Area &area ); \
template void fill<T>( ChannelT<T> *channel, const T value );
void color(float r, float g, float b)
Definition: wrapper.cpp:730