Name

sdlgfx_filledCircleRGBA — Here Description2

Synopsis

sdlgfx_filledCircleRGBA sdlgfx_filledCircleRGBA($surf,  
 $x1,  
 $y1,  
 $radius,  
 $r,  
 $g,  
 $b,  
 $a); 
array  $surf;
long  $x1;
long  $y1;
long  $radius;
long  $r;
long  $g;
long  $b;
long  $a;

Description

Here description