Skip to content

Commit

Permalink
Update Images Catagory & Add images static
Browse files Browse the repository at this point in the history
  • Loading branch information
sekcompsci committed Oct 30, 2017
1 parent 6423122 commit f2c3c9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Binary file added PieSketch/_static/bricks.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions PieSketch/p5js/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,18 @@ p5js
<li><a href="createImage.html">createImage()</a></li>
<li><a href="saveCanvas.html">saveCanvas()</a></li>
<li><a href="saveFrames.html">saveFrames()</a></li>
<li><a href="pixels.html">pixels</a></li>
<li><a href="blend.html">blend()</a></li>
<li><a href="copy.html">copy()</a></li>
<li><a href="loadImage.html">loadImage()</a></li>
<li><a href="image.html">image()</a></li>
<li><a href="tint.html">tint()</a></li>
<li><a href="noTint.html">noTint()</a></li>
<li><a href="imageMode.html">imageMode()</a></li>
</ul>
</td>
<td class="tabel-right">
<ul>
<li><a href="pixels.html">pixels</a></li>
<li><a href="blend.html">blend()</a></li>
<li><a href="copy.html">copy()</a></li>
<li><a href="filter.html">filter()</a></li>
<li><a href="get.html">get()</a></li>
<li><a href="loadPixels.html">loadPixels()</a></li>
Expand Down Expand Up @@ -485,4 +490,4 @@ p5js
</td>
</tr>
</table>
</embed>
</embed>

0 comments on commit f2c3c9b

Please sign in to comment.