Source position: libsdl3_gfx.pas line 3222
type TvlineRGBA = function(
renderer: PSDL_Renderer;
x: TSint16;
y1: TSint16;
y2: TSint16;
r: TUint8;
g: TUint8;
b: TUint8;
a: TUint8
):Tbool;