2d-platformer/vendor/SFML/doc/html/BlendMode_8hpp_source.html

233 lines
30 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link rel="stylesheet" type="text/css" href="search/search.css" />
<link rel="stylesheet" type="text/css" href="searchOverrides.css" />
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">SFML 3.0.0</span>
</div>
</div>
<div id="content">
<div>
<!-- Generated by Doxygen 1.12.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="topics.html"><span>Topics</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()">&#160;</span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_c0a853e81d6f1c1f0a3eb7a27dc24256.html">SFML</a></li><li class="navelem"><a class="el" href="dir_e71ec51a9abd604c65f6abb639f6ea75.html">Graphics</a></li> </ul>
</div>
</div><!-- top -->
<div id="doc-content">
<div class="header">
<div class="headertitle"><div class="title">BlendMode.hpp</div></div>
</div><!--header-->
<div class="contents">
<a href="BlendMode_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">//</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// SFML - Simple and Fast Multimedia Library</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// Copyright (C) 2007-2024 Laurent Gomila (laurent@sfml-dev.org)</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">//</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">// This software is provided &#39;as-is&#39;, without any express or implied warranty.</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">// In no event will the authors be held liable for any damages arising from the use of this software.</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">//</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// Permission is granted to anyone to use this software for any purpose,</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// including commercial applications, and to alter it and redistribute it freely,</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// subject to the following restrictions:</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">//</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">// 1. The origin of this software must not be misrepresented;</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// you must not claim that you wrote the original software.</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">// If you use this software in a product, an acknowledgment</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// in the product documentation would be appreciated but is not required.</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">//</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// 2. Altered source versions must be plainly marked as such,</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">// and must not be misrepresented as being the original software.</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">//</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="comment">// 3. This notice may not be removed or altered from any source distribution.</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="comment">//</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="comment">// Headers</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include &lt;<a class="code" href="Graphics_2Export_8hpp.html">SFML/Graphics/Export.hpp</a>&gt;</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacesf.html">sf</a></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span>{</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="foldopen" id="foldopen00040" data-start="{" data-end="};">
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html"> 40</a></span><span class="keyword">struct </span><a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span>{</div>
<div class="foldopen" id="foldopen00048" data-start="{" data-end="};">
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb"> 48</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> {</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_enumvalue" href="namespacesf.html#accf495a19b2f6b4f8d9cff3dac777bfdad7ed4ee1df437474d005188535f74875">Zero</a>, </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> One, </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> SrcColor, </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> OneMinusSrcColor, </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> DstColor, </div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> OneMinusDstColor, </div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> SrcAlpha, </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> OneMinusSrcAlpha, </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> DstAlpha, </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> OneMinusDstAlpha </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> };</div>
</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="foldopen" id="foldopen00068" data-start="{" data-end="};">
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32"> 68</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32">Equation</a></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> {</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> Add, </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> Subtract, </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> ReverseSubtract, </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> Min, </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> Max </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> };</div>
</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#a4bb8a066a2d88e7c18e9e7fe04008d98"> 83</a></span> <a class="code hl_function" href="structsf_1_1BlendMode.html#a4bb8a066a2d88e7c18e9e7fe04008d98">BlendMode</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#a6ca312911698dcdf0994c2f5c0b65dfe"> 96</a></span> <a class="code hl_function" href="structsf_1_1BlendMode.html#a6ca312911698dcdf0994c2f5c0b65dfe">BlendMode</a>(<a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> sourceFactor, <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> destinationFactor, <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32">Equation</a> blendEquation = Equation::Add);</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#a69a12c596114e77126616e7e0f7d798b"> 109</a></span> <a class="code hl_function" href="structsf_1_1BlendMode.html#a69a12c596114e77126616e7e0f7d798b">BlendMode</a>(<a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> colorSourceFactor,</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> colorDestinationFactor,</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32">Equation</a> colorBlendEquation,</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> alphaSourceFactor,</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> alphaDestinationFactor,</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32">Equation</a> alphaBlendEquation);</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <span class="comment">// Member Data</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#a32d1a55dbfada86a06d9b881dc8ccf7b"> 119</a></span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> colorSrcFactor{BlendMode::Factor::SrcAlpha}; </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#adee68ee59e7f1bf71d12db03d251104d"> 120</a></span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> colorDstFactor{BlendMode::Factor::OneMinusSrcAlpha}; </div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#aed12f06eb7f50a1b95b892b0964857b1"> 121</a></span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32">Equation</a> colorEquation{BlendMode::Equation::Add}; </div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#aa94e44f8e1042a7357e8eff78c61a1be"> 122</a></span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> alphaSrcFactor{BlendMode::Factor::One}; </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#aaf85b6b7943181cc81745569c4851e4e"> 123</a></span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">Factor</a> alphaDstFactor{BlendMode::Factor::OneMinusSrcAlpha}; </div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#a68f5a305e0912946f39ba6c9265710c4"> 124</a></span> <a class="code hl_enumeration" href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32">Equation</a> alphaEquation{BlendMode::Equation::Add}; </div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span>};</div>
</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#a20d1be06061109c3cef58e0cc38729ea"> 137</a></span>[[nodiscard]] <a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keywordtype">bool</span> <a class="code hl_function" href="structsf_1_1BlendMode.html#a20d1be06061109c3cef58e0cc38729ea">operator==</a>(<span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a>&amp; left, <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a>&amp; right);</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"><a class="line" href="structsf_1_1BlendMode.html#aee6169f8983f5e92298c4ad6829563ba"> 149</a></span>[[nodiscard]] <a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keywordtype">bool</span> <a class="code hl_function" href="structsf_1_1BlendMode.html#aee6169f8983f5e92298c4ad6829563ba">operator!=</a>(<span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a>&amp; left, <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a>&amp; right);</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="comment">// Commonly used blending modes</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="comment">// NOLINTBEGIN(readability-identifier-naming)</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keyword">extern</span> <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a> <a class="code hl_variable" href="namespacesf.html#a3d4548be9621e2fcfe187b3cb59f6f53">BlendAlpha</a>; </div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keyword">extern</span> <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a> <a class="code hl_variable" href="namespacesf.html#a519b69f28b0d5f1cd65b8d3d7b94e13c">BlendAdd</a>; </div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keyword">extern</span> <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a> <a class="code hl_variable" href="namespacesf.html#ad451e51fcecccb331fb3238aea54c8e2">BlendMultiply</a>; </div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keyword">extern</span> <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a> <a class="code hl_variable" href="namespacesf.html#a17bfffc4fc727f17fabd03df86ab758d">BlendMin</a>; </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keyword">extern</span> <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a> <a class="code hl_variable" href="namespacesf.html#a85eed8a516cfd2e664afa92a35735ccf">BlendMax</a>; </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><a class="code hl_define" href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a> <span class="keyword">extern</span> <span class="keyword">const</span> <a class="code hl_class" href="structsf_1_1BlendMode.html">BlendMode</a> <a class="code hl_variable" href="namespacesf.html#a9286f4004890232f7ba3853e40162284">BlendNone</a>; </div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="comment">// NOLINTEND(readability-identifier-naming)</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span>} <span class="comment">// namespace sf</span></div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> </div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> </div>
<div class="ttc" id="aGraphics_2Export_8hpp_html"><div class="ttname"><a href="Graphics_2Export_8hpp.html">Export.hpp</a></div></div>
<div class="ttc" id="aGraphics_2Export_8hpp_html_ab84c9f1035e146917de3bc0f98d72b35"><div class="ttname"><a href="Graphics_2Export_8hpp.html#ab84c9f1035e146917de3bc0f98d72b35">SFML_GRAPHICS_API</a></div><div class="ttdeci">#define SFML_GRAPHICS_API</div><div class="ttdef"><b>Definition</b> <a href="Graphics_2Export_8hpp_source.html#l00042">Graphics/Export.hpp:42</a></div></div>
<div class="ttc" id="anamespacesf_html"><div class="ttname"><a href="namespacesf.html">sf</a></div><div class="ttdef"><b>Definition</b> <a href="AudioResource_8hpp_source.html#l00035">AudioResource.hpp:36</a></div></div>
<div class="ttc" id="anamespacesf_html_a17bfffc4fc727f17fabd03df86ab758d"><div class="ttname"><a href="namespacesf.html#a17bfffc4fc727f17fabd03df86ab758d">sf::BlendMin</a></div><div class="ttdeci">const BlendMode BlendMin</div><div class="ttdoc">Take minimum between source and dest.</div></div>
<div class="ttc" id="anamespacesf_html_a3d4548be9621e2fcfe187b3cb59f6f53"><div class="ttname"><a href="namespacesf.html#a3d4548be9621e2fcfe187b3cb59f6f53">sf::BlendAlpha</a></div><div class="ttdeci">const BlendMode BlendAlpha</div><div class="ttdoc">Blend source and dest according to dest alpha.</div></div>
<div class="ttc" id="anamespacesf_html_a519b69f28b0d5f1cd65b8d3d7b94e13c"><div class="ttname"><a href="namespacesf.html#a519b69f28b0d5f1cd65b8d3d7b94e13c">sf::BlendAdd</a></div><div class="ttdeci">const BlendMode BlendAdd</div><div class="ttdoc">Add source to dest.</div></div>
<div class="ttc" id="anamespacesf_html_a85eed8a516cfd2e664afa92a35735ccf"><div class="ttname"><a href="namespacesf.html#a85eed8a516cfd2e664afa92a35735ccf">sf::BlendMax</a></div><div class="ttdeci">const BlendMode BlendMax</div><div class="ttdoc">Take maximum between source and dest.</div></div>
<div class="ttc" id="anamespacesf_html_a9286f4004890232f7ba3853e40162284"><div class="ttname"><a href="namespacesf.html#a9286f4004890232f7ba3853e40162284">sf::BlendNone</a></div><div class="ttdeci">const BlendMode BlendNone</div><div class="ttdoc">Overwrite dest with source.</div></div>
<div class="ttc" id="anamespacesf_html_accf495a19b2f6b4f8d9cff3dac777bfdad7ed4ee1df437474d005188535f74875"><div class="ttname"><a href="namespacesf.html#accf495a19b2f6b4f8d9cff3dac777bfdad7ed4ee1df437474d005188535f74875">sf::StencilUpdateOperation::Zero</a></div><div class="ttdeci">@ Zero</div><div class="ttdoc">If the stencil test passes, the value in the stencil buffer is set to zero.</div></div>
<div class="ttc" id="anamespacesf_html_ad451e51fcecccb331fb3238aea54c8e2"><div class="ttname"><a href="namespacesf.html#ad451e51fcecccb331fb3238aea54c8e2">sf::BlendMultiply</a></div><div class="ttdeci">const BlendMode BlendMultiply</div><div class="ttdoc">Multiply source and dest.</div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html"><div class="ttname"><a href="structsf_1_1BlendMode.html">sf::BlendMode</a></div><div class="ttdoc">Blending modes for drawing.</div><div class="ttdef"><b>Definition</b> <a href="#l00040">BlendMode.hpp:41</a></div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html_a20d1be06061109c3cef58e0cc38729ea"><div class="ttname"><a href="structsf_1_1BlendMode.html#a20d1be06061109c3cef58e0cc38729ea">sf::BlendMode::operator==</a></div><div class="ttdeci">bool operator==(const BlendMode &amp;left, const BlendMode &amp;right)</div><div class="ttdoc">Overload of the operator==</div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html_a4bb8a066a2d88e7c18e9e7fe04008d98"><div class="ttname"><a href="structsf_1_1BlendMode.html#a4bb8a066a2d88e7c18e9e7fe04008d98">sf::BlendMode::BlendMode</a></div><div class="ttdeci">BlendMode()=default</div><div class="ttdoc">Default constructor.</div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html_a69a12c596114e77126616e7e0f7d798b"><div class="ttname"><a href="structsf_1_1BlendMode.html#a69a12c596114e77126616e7e0f7d798b">sf::BlendMode::BlendMode</a></div><div class="ttdeci">BlendMode(Factor colorSourceFactor, Factor colorDestinationFactor, Equation colorBlendEquation, Factor alphaSourceFactor, Factor alphaDestinationFactor, Equation alphaBlendEquation)</div><div class="ttdoc">Construct the blend mode given the factors and equation.</div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html_a6ca312911698dcdf0994c2f5c0b65dfe"><div class="ttname"><a href="structsf_1_1BlendMode.html#a6ca312911698dcdf0994c2f5c0b65dfe">sf::BlendMode::BlendMode</a></div><div class="ttdeci">BlendMode(Factor sourceFactor, Factor destinationFactor, Equation blendEquation=Equation::Add)</div><div class="ttdoc">Construct the blend mode given the factors and equation.</div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html_a7bce470e2e384c4f9c8d9595faef7c32"><div class="ttname"><a href="structsf_1_1BlendMode.html#a7bce470e2e384c4f9c8d9595faef7c32">sf::BlendMode::Equation</a></div><div class="ttdeci">Equation</div><div class="ttdoc">Enumeration of the blending equations.</div><div class="ttdef"><b>Definition</b> <a href="#l00068">BlendMode.hpp:69</a></div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html_aee6169f8983f5e92298c4ad6829563ba"><div class="ttname"><a href="structsf_1_1BlendMode.html#aee6169f8983f5e92298c4ad6829563ba">sf::BlendMode::operator!=</a></div><div class="ttdeci">bool operator!=(const BlendMode &amp;left, const BlendMode &amp;right)</div><div class="ttdoc">Overload of the operator!=</div></div>
<div class="ttc" id="astructsf_1_1BlendMode_html_afb9852caf356b53bb0de460c58a9ebbb"><div class="ttname"><a href="structsf_1_1BlendMode.html#afb9852caf356b53bb0de460c58a9ebbb">sf::BlendMode::Factor</a></div><div class="ttdeci">Factor</div><div class="ttdoc">Enumeration of the blending factors.</div><div class="ttdef"><b>Definition</b> <a href="#l00048">BlendMode.hpp:49</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
SFML is licensed under the terms and conditions of the <a href="https://www.sfml-dev.org/license.php">zlib/png license</a>.<br />
Copyright &copy; Laurent Gomila &nbsp;::&nbsp;
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> &nbsp;::&nbsp;
</div>
</div>
</body>
</html>