OSDN Git Service

SDL_BlendFactor 新規追加 https://wiki.libsdl.org/SDL_BlendFactor?action=diff&rev1=1&rev2=2
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Thu, 28 Sep 2017 15:36:46 +0000 (00:36 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Thu, 28 Sep 2017 15:42:46 +0000 (00:42 +0900)
CategoryAPI.html
CategoryRender.html
SDL_BlendFactor.html [new file with mode: 0644]

index 3ad159d..d0567a7 100644 (file)
@@ -67,6 +67,7 @@
 <ol>
 <li><a href="SDL_AudioFormat.html">SDL_AudioFormat</a>
 <li><a href="SDL_AudioStatus.html">SDL_AudioStatus</a>
+<li><a href="SDL_BlendFactor.html">SDL_BlendFactor</a></li>
 <li><a href="SDL_BlendMode.html">SDL_BlendMode</a>
 <li><a href="SDL_EventType.html">SDL_EventType</a>
 <li><a href="SDL_GLattr.html">SDL_GLattr</a>
index 34f6578..bd9398f 100644 (file)
@@ -40,6 +40,7 @@
 </p>
 <h2>\97ñ\8b\93\91Ì</h2>
 <ol>
+<li><a href="SDL_BlendFactor.html">SDL_BlendFactor</a></li>
 <li><a href="SDL_RendererFlags.html">SDL_RendererFlags</a></li>
 <li><a href="SDL_RendererFlip.html">SDL_RendererFlip</a></li>
 <li><a href="SDL_TextureAccess.html">SDL_TextureAccess</a></li>
diff --git a/SDL_BlendFactor.html b/SDL_BlendFactor.html
new file mode 100644 (file)
index 0000000..a6d0957
--- /dev/null
@@ -0,0 +1,52 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="CategoryRender.html" title="1\82Â\8fã">
+<title>SDL_BlendFactor</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryRender.html">2D\83\8c\83\93\83_\83\8a\83\93\83O</a> - SDL_BlendFactor
+<hr>
+<h1>SDL_BlendFactor</h1>
+<a href="SDL_ComposeCustomBlendMode.html">SDL_ComposeCustomBlendMode()</a>\82Å\83J\83X\83^\83\80\83u\83\8c\83\93\83h\83\82\81[\83h\82ð\90\90¬\82·\82é\8fê\8d\87\82É\8eg\82í\82ê\82é\83u\83\8c\83\93\83h\8cW\90\94\82Ì\97ñ\8b\93\91Ì
+<h2>\92l</h2>
+<table border="1" summary="SDL_BlendFactor">
+<tr><td>SDL_BLENDFACTOR_ZERO</td><td>0, 0, 0, 0</td></tr>
+<tr><td>SDL_BLENDFACTOR_ONE</td><td>1, 1, 1, 1</td></tr>
+<tr><td>SDL_BLENDFACTOR_SRC_COLOR</td><td>srcR, srcG, srcB, srcA</td></tr>
+<tr><td>SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR</td><td>1-srcR, 1-srcG, 1-srcB, 1-srcA</td></tr>
+<tr><td>SDL_BLENDFACTOR_SRC_ALPHA</td><td>srcA, srcA, srcA, srcA</td></tr>
+<tr><td>SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA</td><td>1-srcA, 1-srcA, 1-srcA, 1-srcA</td></tr>
+<tr><td>SDL_BLENDFACTOR_DST_COLOR</td><td>dstR, dstG, dstB, dstA</td></tr>
+<tr><td>SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR</td><td>1-dstR, 1-dstG, 1-dstB, 1-dstA</td></tr>
+<tr><td>SDL_BLENDFACTOR_DST_ALPHA</td><td>dstA, dstA, dstA, dstA</td></tr>
+<tr><td>SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA</td><td>1-dstA, 1-dstA, 1-dstA, 1-dstA</td></tr>
+</table>
+<h2>\8fÚ\8d×</h2>
+<p>
+\83u\83\8c\83\93\83h\8cW\90\94\82Í, \83u\83\8c\83\93\83h\89\89\8eZ\82Ì\91O\82É, \95`\89æ\82·\82é\83s\83N\83Z\83\8b(\8c³)\82Æ\83\8c\83\93\83_\81[\83^\81[\83Q\83b\83g\82Ì\83s\83N\83Z\83\8b(\90æ)\82É\8fæ\8eZ\82³\82ê\82é.
+\8fã\82Ì\88ê\97\97\82Ì\83R\83\93\83}\82Å\82­\82¬\82ç\82ê\82½\8cW\90\94\82Í, \8fí\82É\90Ô, \97Î, \90Â, \83¿\82Ì\8f\87\82É\93K\97p\82³\82ê\82é.
+</p>
+<p>
+\88ê\95\94\82Ì\83\8c\83\93\83_\83\89\81[\82Í\91S\82Ä\82Ì\8cW\90\94\82É\82Í\91Î\89\9e\82µ\82Ä\82¢\82È\82¢.
+<a href="SDL_ComposeCustomBlendMode.html">SDL_ComposeCustomBlendMode()</a>\82Ì\8c»\8dÝ\82Ì\91Î\89\9e\82Ì\88ê\97\97\82ð\8eQ\8fÆ\82·\82é\82±\82Æ.
+</p>
+<h2>\83o\81[\83W\83\87\83\93</h2>
+<p>
+SDL 2.0.6\88È\8d~
+</p>
+<h2>\8aÖ\98A\8d\80\96Ú(\97ñ\8b\93\91Ì)</h2>
+<a href="SDL_BlendOperation.html">SDL_BlendOperation</a>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_ComposeCustomBlendMode.html">SDL_ComposeCustomBlendMode</a><br>
+<a href="SDL_SetRenderDrawBlendMode.html">SDL_SetRenderDrawBlendMode</a><br>
+<a href="SDL_SetTextureBlendMode.html">SDL_SetTextureBlendMode</a>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_BlendFactor">SDL_BlendFactor - SDL Wiki</a><br>
+<hr>
+</body>
+</html>