Source position: libsdl2_gfx.pas line 94
type ThlineRGBA = function(
renderer: PSDL_Renderer;
x1: cint16;
x2: cint16;
y: cint16;
r: cuint8;
g: cuint8;
b: cuint8;
a: cuint8
):cint32;