lexsdl 0.3.0

A wrapper for SDL2 to abstract away annoying parts
<!DOCTYPE html>
<html>
<head>
	<title>LEXSDL_GetBackgroundColor</title>
	<link rel="stylesheet" href="styles.css">
</head>
<header>
	<h1>LEXSDL_GetBackgroundColor</h1>
	<hr>
</header>
<body>
	<p>
		Sets the current <span style=color:#ee0000>R<span style=color:#00ee00>G<span style=color:#0000ee>B<span style=color:#000000ee>A being used by the SDL_Renderer as Background for each frame in the received pointers.<br>
	</p>
	<h2>Function</h2>
	<code><ul>
		<span style=color:#2980b9>void</span> LEXSDL_GetBackgroundColor<span style=color:#66cf8d>(</span><span style=color:#2980b9>uint8_t</span> <span style=color:#66cf8d>*</span>r<span style=color:#66cf8d>,</span> <span style=color:#2980b9>uint8_t</span> <span style=color:#66cf8d>*</span>g<span style=color:#66cf8d>,</span> <span style=color:#2980b9>uint8_t</span> <span style=color:#66cf8d>*</span>b<span style=color:#66cf8d>,</span> <span style=color:#2980b9>uint8_t</span> <span style=color:#66cf8d>*</span>a<span style=color:#66cf8d>);</span>
	</ul></code>
	<h2>Parameters</h2>
	<ul>
		<span style=color:#66cf8d>*</span><b>r</b> : <span style=color:#ee0000>red</span> value of the background color.<br>
		<span style=color:#66cf8d>*</span><b>g</b> : <span style=color:#00ee00>green</span> value of the background color.<br>
		<span style=color:#66cf8d>*</span><b>b</b> : <span style=color:#0000ee>blue</span> value of the background color.<br>
		<span style=color:#66cf8d>*</span><b>a</b> : <span style=color:#ffffffee>alpha</span> value of the background color.<br>
	</ul>
	<p><span style=color:#eeee00>*</span><b>Note</b> : If a given pointer is NULL it will be ignored.</p>
</body>
<footer>
	<br>
	<hr>
	<a href=FrontPage.html>FrontPage</a> <b>|</b> <a href=https://gitlab.com/Alexevier/lexsdl>GitLab</a> <b>|</b> <a href=https://crates.io/crates/lexsdl>Crates.io</a>
</footer>
</html>