- surface-color-key? surfaceprocedure
- surface-colour-key? surfaceprocedure
Returns #t if surface has a color key.
With SDL 2.0.9 and higher, this uses SDL_HasColorKey. With earlier SDL versions, this uses SDL_GetColorKey.
Requires sdl2 egg 0.4.0 or higher.