<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
    <title>2014-07-25_StaticColors - IfElse 2014 - Proggergrausamkeiten und andere Codeverbrechen</title>
    <description>2014-07-25_StaticColors - IfElse 2014 - Proggergrausamkeiten und andere Codeverbrechen</description>
    <atom:link href="https://ifelse.vimaster.de/view/rss/0f3089c6" rel="self" type="application/rss+xml" />
    <link>https://ifelse.vimaster.de/</link>
    <language>en</language>
<item>
    <title>Re: 2014-07-25_StaticColors</title>
    <link>https://ifelse.vimaster.de/view/6af0c3d4</link>
    <pubDate>Fri, 25 Jul 2014 10:30:17 +0200</pubDate>
    <dc:creator>ViMaSter</dc:creator>
    <guid isPermaLink="false">https://ifelse.vimaster.de/view/6af0c3d4</guid>
    <description><![CDATA[const engine_uint32 AliceBlue = Color(240.0f, 248.0f, 255.0f, 255.0f); const engine_uint32 Aqua = Color(0.0f, 255.0f, 255.0f, 255.0f); const engine_uint32 Azure = Color(240.0f, 255.0f, 255.0f, 255.0f);&#8230;]]></description>
    <content:encoded><![CDATA[<div class="cpp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 AliceBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">240.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">248.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Aqua &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Azure &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">240.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Beige &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">245.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">245.0f</span>, &nbsp; <span style="color:#800080;">220.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Black &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Blue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Brown &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">165.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">42.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">42.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 CadetBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">95.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">158.0f</span>, &nbsp; <span style="color:#800080;">160.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Chocolate &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">210.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">105.0f</span>, &nbsp; <span style="color:#800080;">30.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 CornflowerBlue &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">100.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">149.0f</span>, &nbsp; <span style="color:#800080;">237.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Crimson &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">220.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">20.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">60.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">139.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkGoldenrod &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">184.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">134.0f</span>, &nbsp; <span style="color:#800080;">11.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkGreen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">100.0f</span>, &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkMagenta &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">139.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">139.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkOrange &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">140.0f</span>, &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkRed &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">139.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkSeaGreen &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">143.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">188.0f</span>, &nbsp; <span style="color:#800080;">143.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkSlateGray &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">47.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">79.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">79.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DarkViolet &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">148.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">211.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DeepSkyBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">191.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 DodgerBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">30.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">144.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 FloralWhite &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">250.0f</span>, &nbsp; <span style="color:#800080;">240.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Fuchsia &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Gainsboro &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">220.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">220.0f</span>, &nbsp; <span style="color:#800080;">220.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Gold &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">215.0f</span>, &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Gray &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">128.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">128.0f</span>, &nbsp; <span style="color:#800080;">128.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 GreenYellow &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">173.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">47.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 HotPink &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">105.0f</span>, &nbsp; <span style="color:#800080;">180.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Indigo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">75.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">130.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Ivory &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">240.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Lavender &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">230.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">230.0f</span>, &nbsp; <span style="color:#800080;">250.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LawnGreen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">124.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">252.0f</span>, &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LightBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">173.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">216.0f</span>, &nbsp; <span style="color:#800080;">230.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LightCyan &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">224.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LightGray &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">211.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">211.0f</span>, &nbsp; <span style="color:#800080;">211.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LightPink &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">182.0f</span>, &nbsp; <span style="color:#800080;">193.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LightSeaGreen &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">32.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">178.0f</span>, &nbsp; <span style="color:#800080;">170.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LightSlateGray &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">119.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">136.0f</span>, &nbsp; <span style="color:#800080;">153.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LightYellow &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">224.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 LimeGreen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">50.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">205.0f</span>, &nbsp; <span style="color:#800080;">50.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Magenta &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 MediumAquamarine &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">102.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">205.0f</span>, &nbsp; <span style="color:#800080;">170.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 MediumOrchid &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">186.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">85.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">211.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 MediumSeaGreen &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">60.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">179.0f</span>, &nbsp; <span style="color:#800080;">113.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 MediumSpringGreen &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">250.0f</span>, &nbsp; <span style="color:#800080;">154.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 MediumVioletRed &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">199.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">21.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">133.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 MintCream &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">245.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">250.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Moccasin &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">228.0f</span>, &nbsp; <span style="color:#800080;">181.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 NavajoWhite &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">222.0f</span>, &nbsp; <span style="color:#800080;">173.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 OldLace &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">253.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">245.0f</span>, &nbsp; <span style="color:#800080;">230.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 OliveDrab &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">107.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">142.0f</span>, &nbsp; <span style="color:#800080;">35.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 OrangeRed &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">69.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 PaleGoldenrod &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">238.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">232.0f</span>, &nbsp; <span style="color:#800080;">170.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 PaleTurquoise &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">175.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">238.0f</span>, &nbsp; <span style="color:#800080;">238.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 PapayaWhip &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">239.0f</span>, &nbsp; <span style="color:#800080;">213.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Peru &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">205.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">133.0f</span>, &nbsp; <span style="color:#800080;">63.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Plum &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">221.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">160.0f</span>, &nbsp; <span style="color:#800080;">221.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Purple &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">128.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">128.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Red &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">255.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 RoyalBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">65.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">105.0f</span>, &nbsp; <span style="color:#800080;">225.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Salmon &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">250.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">128.0f</span>, &nbsp; <span style="color:#800080;">114.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 SeaGreen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">46.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">139.0f</span>, &nbsp; <span style="color:#800080;">87.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Sienna &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">160.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">82.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">45.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 SkyBlue &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">135.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">206.0f</span>, &nbsp; <span style="color:#800080;">235.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 SlateGray &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">112.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">128.0f</span>, &nbsp; <span style="color:#800080;">144.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 SpringGreen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">0.0f</span>, &nbsp; &nbsp; &nbsp; <span style="color:#800080;">255.0f</span>, &nbsp; <span style="color:#800080;">127.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Tan &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">210.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">180.0f</span>, &nbsp; <span style="color:#800080;">140.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Thistle &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">216.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">191.0f</span>, &nbsp; <span style="color:#800080;">216.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Turquoise &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">64.0f</span>, &nbsp; &nbsp; &nbsp;<span style="color:#800080;">224.0f</span>, &nbsp; <span style="color:#800080;">208.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 Wheat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">245.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">222.0f</span>, &nbsp; <span style="color:#800080;">179.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 WhiteSmoke &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">245.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">245.0f</span>, &nbsp; <span style="color:#800080;">245.0f</span>, &nbsp; <span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0000ff;">const</span> engine_uint32 YellowGreen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000080;">=</span> Color<span style="color: #008000;">&#40;</span><span style="color:#800080;">154.0f</span>, &nbsp; &nbsp; <span style="color:#800080;">205.0f</span>, &nbsp; <span style="color:#800080;">50.0f</span>, &nbsp; &nbsp;<span style="color:#800080;">255.0f</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></div></li>
</ol></div>]]></content:encoded>
</item>
</channel>
</rss>
