aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html27
1 files changed, 26 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 7735382..3070ca2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -35,6 +35,11 @@
<li><a href="modules/colorizer.buffer.html">buffer</a></li>
<li><a href="modules/colorizer.color.html">color</a></li>
<li><a href="modules/colorizer.matcher.html">matcher</a></li>
+ <li><a href="modules/colorizer.parser.argb_hex.html">parser.argb_hex</a></li>
+ <li><a href="modules/colorizer.parser.hsl.html">parser.hsl</a></li>
+ <li><a href="modules/colorizer.parser.names.html">parser.names</a></li>
+ <li><a href="modules/colorizer.parser.rgb.html">parser.rgb</a></li>
+ <li><a href="modules/colorizer.parser.rgba_hex.html">parser.rgba_hex</a></li>
<li><a href="modules/colorizer.sass.html">sass</a></li>
<li><a href="modules/colorizer.tailwind.html">tailwind</a></li>
<li><a href="modules/colorizer.trie.html">trie</a></li>
@@ -59,13 +64,33 @@
</tr>
<tr>
<td class="name" nowrap><a href="modules/colorizer.color.html">colorizer.color</a></td>
- <td class="summary">Helper functions to parse different colour formats</td>
+ <td class="summary">Helper color functions</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/colorizer.matcher.html">colorizer.matcher</a></td>
<td class="summary">Helper functions for colorizer to enable required parsers</td>
</tr>
<tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.argb_hex.html">colorizer.parser.argb_hex</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.hsl.html">colorizer.parser.hsl</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.names.html">colorizer.parser.names</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.rgb.html">colorizer.parser.rgb</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.rgba_hex.html">colorizer.parser.rgba_hex</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
<td class="name" nowrap><a href="modules/colorizer.sass.html">colorizer.sass</a></td>
<td class="summary">Helper functions to parse sass color variables</td>
</tr>