Source position: libsdl2.pas line 626
type TTSDL_GetRGBA = procedure(
pixel: UInt32;
const format: PSDL_PixelFormat;
r: PUInt8;
g: PUInt8;
b: PUInt8;
a: PUInt8
);