Skip to content

Commit

Permalink
SDL2/SDL_BlitSurface: Take off header tags in Remarks section so it b…
Browse files Browse the repository at this point in the history
…ridges to headers.

Live page is here: https://wiki.libsdl.org/SDL2/SDL_BlitSurface
  • Loading branch information
icculus authored and SDLWikiBot committed Oct 20, 2024
1 parent afb8cb3 commit 064abbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SDL2/SDL_BlitSurface.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The blit function should not be called on a locked surface.
The blit semantics for surfaces with and without blending and colorkey are
defined as follows:
## RGBA to RGB:
RGBA to RGB:
- Source surface blend mode set to SDL_BLENDMODE_BLEND:
* alpha-blend (using the source alpha-channel and per-surface alpha)
Expand All @@ -41,7 +41,7 @@ SDL_SRCCOLORKEY ignored.
RGB values of the source color key, ignoring alpha in the
comparison.
## RGB to RGBA:
RGB to RGBA:
- Source surface blend mode set to SDL_BLENDMODE_BLEND:
* alpha-blend (using the source per-surface alpha)
Expand All @@ -51,7 +51,7 @@ comparison.
* if SDL_SRCCOLORKEY set, only copy the pixels matching the
source color key.
## RGBA to RGBA:
RGBA to RGBA:
- Source surface blend mode set to SDL_BLENDMODE_BLEND:
* alpha-blend (using the source alpha-channel and per-surface alpha)
Expand All @@ -62,7 +62,7 @@ source color key.
RGB values of the source color key, ignoring alpha in the
comparison.
## RGB to RGB:
RGB to RGB:
- Source surface blend mode set to SDL_BLENDMODE_BLEND:
* alpha-blend (using the source per-surface alpha)
Expand Down

0 comments on commit 064abbc

Please sign in to comment.