SDL_SetColorKey(3) | SDL API Reference | SDL_SetColorKey(3) |
NAME
SDL_SetColorKey - Sets the color key (transparent pixel) in a blittable surface and RLE acceleration.SYNOPSIS
#include "SDL.h"DESCRIPTION
Sets the color key (transparent pixel) in a blittable surface and enables or disables RLE blit acceleration.
RETURN VALUE
This function returns 0, or -1 if there was an error.SEE ALSO
SDL_BlitSurface, SDL_DisplayFormat, SDL_MapRGB, SDL_SetAlphaTue 11 Sep 2001, 23:01 | SDL |