|
||
Home ||
Help Contents ||
|| CD || Channel || Font || Joystick || Rect || || Sound || Surface || pygame || cdrom || display || || event || font || image || joystick || key || || mixer || mouse || music || surfarray || time || |
blit | - copy a one Surface to another. |
convert | - new copy of surface with different format |
convert_alpha | - new copy of surface with different format and per pixel alpha |
fill | - fill areas of a Surface |
get_alpha | - query alpha information |
get_at | - get a pixel color |
get_bitsize | - query size of pixel |
get_bytesize | - query size of pixel |
get_clip | - query the clipping area |
get_colorkey | - query colorkey |
get_height | - query the surface height |
get_losses | - get mapping losses for each colorplane |
get_masks | - get mapping bitmasks for each colorplane |
get_palette | - get the palette |
get_palette_at | - get a palette entry |
get_rect | - get a rectangle covering the entire surface |
get_shifts | - get mapping shifts for each colorplane |
get_size | - query the surface size |
get_width | - query the surface width |
lock | - locks Surface for pixel access |
map_rgb | - convert RGB into a mapped color |
map_rgba | - convert RGBA into a mapped color |
mustlock | - check if the surface needs locking |
set_alpha | - change alpha information |
set_at | - set pixel at given position |
set_clip | - assign destination clipping rectangle |
set_colorkey | - change colorkey information |
set_palette | - set the palette |
set_palette_at | - set a palette entry |
unlock | - locks Surface for pixel access |
unmap_rgb | - convert mapped color into RGB |
unmap_rgba | - convert mapped color into RGBA |