Results 1 - 9 of 9 results out of about 6837 pages. (3.04 seconds)
- SDL_SetSurfaceBlendMode . . . 3 matches
- ...
= SDL_SetSurfaceBlendMode =
Use this function to set the blend mode used for blit operations.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetSurfaceBlendMode...
- SDL_CreateRGBSurface . . . 2 matches
- ...
By default surfaces with an alpha mask are set up for blending as with
.{{{SDL_SetSurfaceBlendMode(surface, SDL_BLENDMODE_BLEND)}}}
You can change this by calling [[SDL_SetSurf...
- SDL_Surface . . . 1 match
- ...[[SDL_SetClipRect]]
. [[SDL_SetColorKey]]
. [[SDL_SetSurfaceAlphaMod]]
. [[SDL_SetSurfaceBlendMode]]
. [[SDL_SetSurfaceColorMod]]
. [[SDL_SetSurfacePalette]]
. [[SDL_SetSurf...
- SDL_GetSurfaceBlendMode . . . 1 match
- ...ng: <<Include(SDL_BlendMode, , , from="== Values ==", to="== Code Examples ==")>>
== Related Functions ==
.[[SDL_SetSurfaceBlendMode]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_BlendMode . . . 1 match
- ...tTextureBlendMode]]
.[[SDL_RenderCopy]]
.[[SDL_SetRenderDrawBlendMode]]
.[[SDL_SetSurfaceBlendMode]]
.[[SDL_SetTextureBlendMode]]
----
[[CategoryEnum]], [[CategoryVideo]]
##...
- MigrationGuide . . . 1 match
- ...instead of `SDL_SetAlpha()`. Alpha-blending on surfaces can be disabled via [[SDL_SetSurfaceBlendMode]]() and on textures with [[SDL_SetTextureBlendMode]]().
* Colorkey: When cal...
- GuiaDeMigracion . . . 1 match
- ...e `SDL_SetAlpha()`. Es posible desactivar alpha blending en surfaces usando [[SDL_SetSurfaceBlendMode]]() y en texturas utilizando [[SDL_SetTextureBlendMode]]().
* Colorkey: Cuan...
- CategorySurface . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Surface Creation and Simple Drawing =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/fil...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
