mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
Sync wiki -> header
This commit is contained in:
parent
1fb4429bc0
commit
46919b1e8e
@ -388,9 +388,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_HasSurfaceRLE(SDL_Surface * surface);
|
|||||||
/**
|
/**
|
||||||
* Set the color key (transparent pixel) in a surface.
|
* Set the color key (transparent pixel) in a surface.
|
||||||
*
|
*
|
||||||
* The color key defines a pixel value that will be treated as transparent in
|
* E.g. Set cyan pixals to transparentThe color key defines a pixel value that
|
||||||
* a blit. It is a pixel of the format used by the surface, as generated by
|
* will be treated as transparent in a blit. It is a pixel of the format used
|
||||||
* SDL_MapRGB().
|
* by the surface, as generated by SDL_MapRGB().
|
||||||
*
|
*
|
||||||
* RLE acceleration can substantially speed up blitting of images with large
|
* RLE acceleration can substantially speed up blitting of images with large
|
||||||
* horizontal runs of transparent pixels. See SDL_SetSurfaceRLE() for details.
|
* horizontal runs of transparent pixels. See SDL_SetSurfaceRLE() for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user