Quote Originally Posted by yassersoft
How I get a pixel color with SDL?. Like GetColor() C function
Take a look at function SDL_GetPixel( SrcSurface : PSDL_Surface; x : integer; y : integer ) : Uint32; from SDLUtils.pas (shipped with JEDI-SDL).