OUTPUT:
RETVAL
-=cut
-
-=for comment
-
-Comment out for now as it does not compile
-
SDL_Color*
SurfacePixel ( surface, x, y, ... )
SDL_Surface *surface
Sint32 x
Sint32 y
+ PREINIT:
+ char* CLASS = "SDL::Color";
CODE:
SDL_Color* color;
int pix,index;
}
OUTPUT:
RETVAL
+=for documenation
int
MUSTLOCK ( surface )