Penguin
Blame: SDL_CreateYUVOverlay(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CreateYUVOverlay(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SDL_CreateYUVOverlay
2 !!!SDL_CreateYUVOverlay
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_CreateYUVOverlay- Create a YUV video overlay
12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __SDL_Overlay *SDL_CreateYUVOverlay__(__int width, int
19 height, Uint32 format, SDL_Surface
20 *display__);
21 !!DESCRIPTION
22
23
24 __SDL_CreateYUVOverlay__ creates a YUV overlay of the
25 specified __width__, __height__ and __format__ (see
26 __SDL_Overlay__ for a list of available formats), for the
27 provided __display__. A __SDL_Overlay__ structure is
28 returned.
29
30
31 The term 'overlay' is a misnomer since, unless the overlay
32 is created in hardware, the contents for the display surface
33 underneath the area where the overlay is shown will be
34 overwritten when the overlay is displayed.
35 !!SEE ALSO
36
37
38 __SDL_Overlay__, __SDL_DisplayYUVOverlay__,
39 __SDL_FreeYUVOverlay__
40 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.