Commit 263c9feb authored by Sam Lantinga's avatar Sam Lantinga

Made the comment actually mean something. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404224
parent 224c8b5b
...@@ -374,7 +374,7 @@ extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format, ...@@ -374,7 +374,7 @@ extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
Uint8 a); 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 * \sa SDL_GetRGBA
*/ */
...@@ -383,7 +383,7 @@ extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, ...@@ -383,7 +383,7 @@ extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
Uint8 * r, Uint8 * g, Uint8 * b); 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 * \sa SDL_GetRGB
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment