diff options
Diffstat (limited to 'manuals/guile-sdl2/Rendering.html')
-rw-r--r-- | manuals/guile-sdl2/Rendering.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manuals/guile-sdl2/Rendering.html b/manuals/guile-sdl2/Rendering.html index bc9cf5b..87c0175 100644 --- a/manuals/guile-sdl2/Rendering.html +++ b/manuals/guile-sdl2/Rendering.html @@ -310,6 +310,11 @@ requires that renderer was created with the <code>texture</code> flag. <dd><p>Set the alpha mod of <var>texture</var>. </p></dd></dl> +<dl> +<dt id="index-set_002dtexture_002dblend_002dmode_0021">Procedure: <strong>set-texture-blend-mode!</strong> <em>texture blend-mode</em></dt> +<dd><p>Set the blend of <var>texture</var> to <var>blend-mode</var>. See <a href="Blend-Modes.html">Blend Modes</a> for more information. +</p></dd></dl> + <hr> <div class="header"> <p> |