Go to the source code of this file.
|
template<typename T > |
void | cinder::ip::grayscale (const SurfaceT< T > &srcSurface, SurfaceT< T > *dstSurface) |
| Converts Surface srcSurface to grayscale and stores the result in Surface dstSurface. Uses primary weights dictated by the Rec. 709 Video Standard. More...
|
|
template<typename T > |
void | cinder::ip::grayscale (const SurfaceT< T > &srcSurface, ChannelT< T > *dstChannel) |
| Converts Surface srcSurface to grayscale and stores the result in Channel dstChannel. Uses primary weights dictated by the Rec. 709 Video Standard. More...
|
|