~pygame/pygame/trunk

« back to all changes in this revision

Viewing changes to src/doc/pixelcopy_doc.h

  • Committer: pygame
  • Date: 2017-01-10 00:31:42 UTC
  • Revision ID: git-v1:2eea4f299a2e791f884608d7ed601558634af73c
commit 1639c41a8cb3433046882ede92c80ce69d59016b
Author: Thomas Kluyver <takowl@gmail.com>
Date:   Sun Jan 8 18:46:46 2017 +0000

    Build newer versions of libogg and libvorbis into Linux base images

    Closes #317
    Closes #323

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Auto generated file: with makeref.py .  Docs go in src/ *.doc . */
 
2
#define DOC_PYGAMEPIXELCOPY "pygame module for general pixel array copying"
 
3
 
 
4
#define DOC_PYGAMEPIXELCOPYSURFACETOARRAY "surface_to_array(array, surface, kind='P', opaque=255, clear=0) -> None\ncopy surface pixels to an array object"
 
5
 
 
6
#define DOC_PYGAMEPIXELCOPYARRAYTOSURFACE "array_to_surface(<surface>, <array>) -> None\ncopy an array object to a surface"
 
7
 
 
8
#define DOC_PYGAMEPIXELCOPYMAPARRAY "map_array(<array>, <array>, <surface>) -> None\ncopy an array to another array, using surface format"
 
9
 
 
10
#define DOC_PYGAMEPIXELCOPYMAKESURFACE "pygame.pixelcopy.make_surface(array) -> Surface\nCopy an array to a new surface"
 
11
 
 
12
 
 
13
 
 
14
/* Docs in a comment... slightly easier to read. */
 
15
 
 
16
/*
 
17
 
 
18
pygame.pixelcopy
 
19
pygame module for general pixel array copying
 
20
 
 
21
pygame.pixelcopy.surface_to_array
 
22
 surface_to_array(array, surface, kind='P', opaque=255, clear=0) -> None
 
23
copy surface pixels to an array object
 
24
 
 
25
pygame.pixelcopy.array_to_surface
 
26
 array_to_surface(<surface>, <array>) -> None
 
27
copy an array object to a surface
 
28
 
 
29
pygame.pixelcopy.map_array
 
30
 map_array(<array>, <array>, <surface>) -> None
 
31
copy an array to another array, using surface format
 
32
 
 
33
pygame.pixelcopy.make_surface
 
34
 pygame.pixelcopy.make_surface(array) -> Surface
 
35
Copy an array to a new surface
 
36
 
 
37
*/
 
 
b'\\ No newline at end of file'