From 99bb12cbb7154ed4427daca65cc5c2fe2ec29e3a Mon Sep 17 00:00:00 2001
From: AlexSchoolOH <71141838+AlexSchoolOH@users.noreply.github.com>
Date: Thu, 2 May 2024 10:55:14 -0400
Subject: [PATCH] Create colorBlocks.html

---
 main/extensions/penPlus/colorBlocks.html | 28 ++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 main/extensions/penPlus/colorBlocks.html

diff --git a/main/extensions/penPlus/colorBlocks.html b/main/extensions/penPlus/colorBlocks.html
new file mode 100644
index 0000000..451af1a
--- /dev/null
+++ b/main/extensions/penPlus/colorBlocks.html
@@ -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>