Source position: libsdl3_gfx.pas line 3262
type TpolygonRGBA = function(
renderer: PSDL_Renderer;
vx: PSint16;
vy: PSint16;
n: LongInt;
r: TUint8;
g: TUint8;
b: TUint8;
a: TUint8
):Tbool;