int SDL_BlitOverlay

(SDL_YUVSurface* src, SDL_Rect* srcrect,
  SDL_Overlay* dst, SDL_Rect* dstrect)

Blit yuv surface to an overlay

Documentation

Blit yuv surface to an overlay
Parameters:
src - pointer to the YUV surface to copy
srcrect - pointer to the source rect
dst - pointer to destination overlay
dstrect - pointer to destination rect
Returns:
int (0 if ok -1 if error)
Author:
Xavier Servettaz
Version:
0.1

Alphabetic index



This page was generated with the help of DOC++.