void 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.
Definition: Grayscale.cpp:32