colorjs.io
Version:
Color space agnostic color manipulation library
91 lines (71 loc) • 2.74 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Color.js Docs</title>
<!-- <link rel="stylesheet" href="https://get.mavo.io/mavo.css"> -->
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="../logo.svg">
<link rel="stylesheet" href="../assets/css/style.css">
<script src="../color.js" type="module"></script>
<!-- <script src="https://get.mavo.io/mavo.js" async></script> -->
</head>
<body>
<header>
<nav>
<a href=".." class="logo"><h1 class="logo"><img src="../logo.svg" alt="Color.js"></h1></a>
<a href="../get/">Get<span class="wide"> Color.js</span></a>
<a href="../docs/">Docs</a>
<a href="../api/">API</a>
<a href="../notebook/">Play!</a>
<a href="../apps/">Demos</a>
<a href="../tests/" class="footer">Tests</a>
<a href="https://github.com/LeaVerou/color.js">GitHub</a>
<a href="https://github.com/LeaVerou/color.js/issues/new" class="footer">File bug</a>
</nav>
<h1>Color.js Docs</h1>
</header>
<main>
<nav>
<ul>
<li><a href="the-color-object.html">The Color object</a></li>
<li><a href="spaces.html">Supported color spaces</a></li>
<li><a href="color-difference.html">Color difference</a></li>
<li><a href="manipulation.html">Color manipulation</a></li>
<li><a href="gamut-mapping.html">Gamut Mapping</a></li>
<li><a href="interpolation.html">Interpolation</a></li>
<li><a href="adaptation.html">Chromatic Adaptation</a></li>
<li><a href="output.html">Output</a></li>
</ul>
</nav>
<!-- <section mv-app="docs" mv-source="https://api.github.com/repos/leaverou/color.js/contents/docs" mv-mode="read">
<div class="mv-bar mv-ui"></div>
<ul>
<li property="file" mv-multiple hidden="[ext != 'md']">
<a href="[id].html">[readable(id)]</a>
<meta property="ext" content="[from(name, '.')]">
<meta property="id" content="[to(name, '.')]">
</li>
</ul>
</section> -->
</main>
<footer>
From <a href="http://lea.verou.me">Lea Verou</a> (co-editor of CSS Color 5)
and <a href="https://svgees.us">Chris Lilley</a> (co-editor of CSS Color 3, 4, and 5; W3C representative to ICC)
<nav>
<a href="../get/">Get<span class="wide"> Color.js</span></a>
<a href="../docs/">Docs</a>
<a href="../api/">API</a>
<a href="../notebook/">Play!</a>
<a href="../apps/">Demos</a>
<a href="../tests/" class="footer">Tests</a>
<a href="https://github.com/LeaVerou/color.js">GitHub</a>
<a href="https://github.com/LeaVerou/color.js/issues/new" class="footer">File bug</a>
</nav>
</footer>
<script src="../assets/js/prism.js"></script>
<script src="https://blissfuljs.com/bliss.shy.js"></script>
<script src="https://live.prismjs.com/src/prism-live.js?load=javascript" async></script>
<script src="../assets/js/index.js" type="module"></script>
</body>
</html>