Source position: sdl_gfx.pas line 325
function polygonRGBA(
dst: PSDL_Surface;
const vx: PSInt16;
const vy: PSInt16;
n: Integer;
r: UInt8;
g: UInt8;
b: UInt8;
a: UInt8
):Integer;