pub unsafe extern "C" fn SDL_HasColorKey(
    surface: *mut SDL_Surface
) -> SDL_bool
Expand description

Returns whether the surface has a color key

Return: SDL_TRUE if the surface has a color key, or SDL_FALSE if the surface is NULL or has no color key