Skip to content

Commit

Permalink
Deployed 487494b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysimons committed Jan 13, 2024
1 parent 4d2411e commit edaca83
Show file tree
Hide file tree
Showing 14 changed files with 86,961 additions and 100,556 deletions.
24,840 changes: 24,838 additions & 2 deletions index.html

Large diffs are not rendered by default.

Binary file modified objects.inv
Binary file not shown.
148 changes: 0 additions & 148 deletions reference/glitchygames/color/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -823,154 +823,6 @@ <h5 id="glitchygames.color.Default-functions">Functions</h5>



<h6 id="glitchygames.color.Default.get_color" class="doc doc-heading">
<code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">glitchygames.color.Default.get_color</span>


</h6>
<div class="doc-signature highlight"><pre><span></span><code><span class="n">get_color</span><span class="p">(</span><span class="n">palette_index</span><span class="p">:</span> <span class="n">int</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">tuple</span><span class="p">[</span><span class="n">int</span><span class="p">,</span> <span class="n">int</span><span class="p">,</span> <span class="n">int</span><span class="p">]</span>
</code></pre></div>

<div class="doc doc-contents ">

<p>Returns PyGame Color from the palette at the specified index.</p>



<table class="field-list">
<colgroup>
<col class="field-name" />
<col class="field-body" />
</colgroup>
<tbody valign="top">
<tr class="field">
<th class="field-name">Parameters:</th>
<td class="field-body">
<ul class="first simple">
<li>
<b><code>palette_index</code></b>
(<code>int</code>)
<div class="doc-md-description">
<p>The index of the color to return.</p>
</div>
</li>
</ul>
</td>
</tr>
</tbody>
</table>


<table class="field-list">
<colgroup>
<col class="field-name" />
<col class="field-body" />
</colgroup>
<tbody valign="top">
<tr class="field">
<th class="field-name">Returns:</th>
<td class="field-body">
<ul class="first simple">
<li>
<code>tuple[int, int, int]</code>
<div class="doc-md-description">
<p>A PyGame Color object in the format tuple[R: int, G: int, B: int]</p>
</div>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>

</div>


<div class="doc doc-object doc-function">



<h6 id="glitchygames.color.Default.set_color" class="doc doc-heading">
<code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">glitchygames.color.Default.set_color</span>


</h6>
<div class="doc-signature highlight"><pre><span></span><code><span class="n">set_color</span><span class="p">(</span><span class="n">palette_index</span><span class="p">:</span> <span class="n">int</span><span class="p">,</span> <span class="n">new_color</span><span class="p">:</span> <span class="n">tuple</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kc">None</span>
</code></pre></div>

<div class="doc doc-contents ">

<p>Sets the indexed color to the new PyGame Color.</p>



<table class="field-list">
<colgroup>
<col class="field-name" />
<col class="field-body" />
</colgroup>
<tbody valign="top">
<tr class="field">
<th class="field-name">Parameters:</th>
<td class="field-body">
<ul class="first simple">
<li>
<b><code>palette_index</code></b>
(<code>int</code>)
<div class="doc-md-description">
<p>The index of the color to set.</p>
</div>
</li>
<li>
<b><code>new_color</code></b>
(<code>tuple</code>)
<div class="doc-md-description">
<p>A PyGame Color object in the format tuple[R: int, G: int, B: int]</p>
</div>
</li>
</ul>
</td>
</tr>
</tbody>
</table>


<table class="field-list">
<colgroup>
<col class="field-name" />
<col class="field-body" />
</colgroup>
<tbody valign="top">
<tr class="field">
<th class="field-name">Returns:</th>
<td class="field-body">
<ul class="first simple">
<li>
<code>None</code>
<div class="doc-md-description">
<p>None</p>
</div>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>

</div>


<div class="doc doc-object doc-function">



<h6 id="glitchygames.color.Default.__init__" class="doc doc-heading">
<code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">glitchygames.color.Default.__init__</span>

Expand Down
Loading

0 comments on commit edaca83

Please sign in to comment.