Name

sdlgfx_pixelRGBA — Here Description2

Synopsis

sdlgfx_pixelRGBA sdlgfx_pixelRGBA($surf,  
 $x,  
 $y,  
 $r,  
 $g,  
 $b,  
 $a); 
array  $surf;
long  $x;
long  $y;
long  $r;
long  $g;
long  $b;
long  $a;

Description

Here description