Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Starting with SDL

  1. #11

    Re: Starting with SDL

    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).
    Freeze Development | Elysion Game Framework | Twitter: @Stoney_FD
    Check out my new book: Irrlicht 1.7.1 Realtime 3D Engine Beginner's Guide (It's C++ flavored though)

    Programmer: A device for converting coffein into software.

  2. #12

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •