SDL_GetSurfaceBlendMode

Get the blend mode used for blit operations.

extern (C) nothrow @nogc extern
bool
SDL_GetSurfaceBlendMode

Parameters

surface SDL_Surface*

the SDL_Surface structure to query.

blendMode SDL_BlendMode*

a pointer filled in with the current SDL_BlendMode.

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

See Also

Meta