SDL_GetSurfaceAlphaMod

Get the additional alpha value used in blit operations.

extern (C) nothrow @nogc extern
bool
SDL_GetSurfaceAlphaMod

Parameters

surface SDL_Surface*

the SDL_Surface structure to query.

alpha Uint8*

a pointer filled in with the current alpha value.

Return Value

Type: bool

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

See Also

Meta