Name

sdl_creatergbsurface — Here Description2

Synopsis

void sdl_creatergbsurface($flags,  
 $width,  
 $height,  
 $depth,  
 $Rmask,  
 $Gmask,  
 $Bmask,  
 $Amask); 
long  $flags;
long  $width;
long  $height;
long  $depth;
long  $Rmask;
long  $Gmask;
long  $Bmask;
long  $Amask;

Description

Here description