Mercurial > sdl-ios-xcode
changeset 3483:a54df8e52333
Made the comment actually mean something. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Nov 2009 20:00:00 +0000 |
parents | 78db4f7ae2f3 |
children | fed6d4c6c693 |
files | include/SDL_pixels.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_pixels.h Sun Nov 22 07:00:26 2009 +0000 +++ b/include/SDL_pixels.h Sun Nov 22 20:00:00 2009 +0000 @@ -374,7 +374,7 @@ Uint8 a); /** - * \brief Maps a pixel value into the RGB components for a given pixel format. + * \brief Get the RGB components from a pixel of the specified format. * * \sa SDL_GetRGBA */ @@ -383,7 +383,7 @@ Uint8 * r, Uint8 * g, Uint8 * b); /** - * \brief Maps a pixel value into the RGBA components for a given pixel format. + * \brief Get the RGBA components from a pixel of the specified format. * * \sa SDL_GetRGB */