Function sdl2_sys::SDL_HasColorKey
source ยท pub unsafe extern "C" fn SDL_HasColorKey(
surface: *mut SDL_Surface,
) -> SDL_bool
Expand description
\brief 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