Skip to content

Commit

Permalink
Create colorBlocks.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSchoolOH authored May 2, 2024
1 parent 18858ff commit 99bb12c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions main/extensions/penPlus/colorBlocks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<page-title>Color Blocks</page-title>

<h1 class="centered">Color Blocks</h1>
<info-box color="#00FF95">This could very well be a stub. Probably isn't though since there are only 2 blocks Unless you want to explain color theory.</info-box>
<p>
This is a really short section. Only Covers two blocks that have to do color based operations.
</p>

<h2>
"Hue Saturation and Value"
</h2>
<img src="main/extensions/penPlus/blocks/colorBlocks/HSV.svg" alt=""></img>
<p>
Returns the color data for the desired Hue Saturation and Value inputs.<br>
Hue is a Range from 0 - 360, and typically describes the general colour, <br>
Saturation and Value are 0 - 100, and describe what shade to get.
</p>
<br>

<h2>
"Red Green and Blue"
</h2>
<img src="main/extensions/penPlus/blocks/colorBlocks/RGB.svg" alt=""></img>
<p>
Returns the color data for the desired Hue Saturation and Value inputs.<br>
Red Green and Blue are ranges from 0 - 100
</p>
<br>

0 comments on commit 99bb12c

Please sign in to comment.