19 lines
No EOL
43 KiB
HTML
19 lines
No EOL
43 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A collection of named color constants. Can be toggled with the `"named"` and `"named_from_str"` Cargo features."><title>cosmic::cosmic_theme::palette::named - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../../static.files/rustdoc-aa0817cf.css"><meta name="rustdoc-vars" data-root-path="../../../../" data-static-root-path="../../../../static.files/" data-current-crate="cosmic" data-themes="" data-resource-suffix="" data-rustdoc-version="1.90.0-nightly (3048886e5 2025-07-30)" data-channel="nightly" data-search-js="search-fa3e91e5.js" data-settings-js="settings-5514c975.js" ><script src="../../../../static.files/storage-68b7e25d.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../../static.files/main-eebb9057.js"></script><noscript><link rel="stylesheet" href="../../../../static.files/noscript-32bb7600.css"></noscript><link rel="alternate icon" type="image/png" href="../../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../../cosmic/index.html">cosmic</a><span class="version">1.0.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module named</a></h2><h3><a href="#constants">Module Items</a></h3><ul class="block"><li><a href="#constants" title="Constants">Constants</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In cosmic::<wbr>cosmic_<wbr>theme::<wbr>palette</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../../../index.html">cosmic</a>::<wbr><a href="../../index.html">cosmic_theme</a>::<wbr><a href="../index.html">palette</a></div><h1>Module <span>named</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="https://docs.rs/palette/0.7.6/src/palette/lib.rs.html#335">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A collection of named color constants. Can be toggled with the <code>"named"</code> and
|
|
<code>"named_from_str"</code> Cargo features.</p>
|
|
<p>They are taken from the <a href="https://www.w3.org/TR/SVG11/types.html#ColorKeywords">SVG keyword
|
|
colors</a> (same as in
|
|
CSS3) and they can be used as if they were pixel values:</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>palette::Srgb;
|
|
<span class="kw">use </span>palette::named;
|
|
|
|
<span class="comment">//From constant
|
|
</span><span class="kw">let </span>from_const = Srgb::<f32>::from_format(named::OLIVE).into_linear();
|
|
|
|
<span class="comment">//From name string
|
|
</span><span class="kw">let </span>olive = named::from_str(<span class="string">"olive"</span>).expect(<span class="string">"unknown color"</span>);
|
|
<span class="kw">let </span>from_str = Srgb::<f32>::from_format(olive).into_linear();
|
|
|
|
<span class="macro">assert_eq!</span>(from_const, from_str);</code></pre></div>
|
|
</div></details><h2 id="constants" class="section-header">Constants<a href="#constants" class="anchor">§</a></h2><dl class="item-table"><dt><a class="constant" href="constant.ALICEBLUE.html" title="constant cosmic::cosmic_theme::palette::named::ALICEBLUE">ALICEBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: aliceblue;"></div></dd><dt><a class="constant" href="constant.ANTIQUEWHITE.html" title="constant cosmic::cosmic_theme::palette::named::ANTIQUEWHITE">ANTIQUEWHITE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: antiquewhite;"></div></dd><dt><a class="constant" href="constant.AQUA.html" title="constant cosmic::cosmic_theme::palette::named::AQUA">AQUA</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: aqua;"></div></dd><dt><a class="constant" href="constant.AQUAMARINE.html" title="constant cosmic::cosmic_theme::palette::named::AQUAMARINE">AQUAMARINE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: aquamarine;"></div></dd><dt><a class="constant" href="constant.AZURE.html" title="constant cosmic::cosmic_theme::palette::named::AZURE">AZURE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: azure;"></div></dd><dt><a class="constant" href="constant.BEIGE.html" title="constant cosmic::cosmic_theme::palette::named::BEIGE">BEIGE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: beige;"></div></dd><dt><a class="constant" href="constant.BISQUE.html" title="constant cosmic::cosmic_theme::palette::named::BISQUE">BISQUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: bisque;"></div></dd><dt><a class="constant" href="constant.BLACK.html" title="constant cosmic::cosmic_theme::palette::named::BLACK">BLACK</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: black;"></div></dd><dt><a class="constant" href="constant.BLANCHEDALMOND.html" title="constant cosmic::cosmic_theme::palette::named::BLANCHEDALMOND">BLANCHEDALMOND</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: blanchedalmond;"></div></dd><dt><a class="constant" href="constant.BLUE.html" title="constant cosmic::cosmic_theme::palette::named::BLUE">BLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: blue;"></div></dd><dt><a class="constant" href="constant.BLUEVIOLET.html" title="constant cosmic::cosmic_theme::palette::named::BLUEVIOLET">BLUEVIOLET</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: blueviolet;"></div></dd><dt><a class="constant" href="constant.BROWN.html" title="constant cosmic::cosmic_theme::palette::named::BROWN">BROWN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: brown;"></div></dd><dt><a class="constant" href="constant.BURLYWOOD.html" title="constant cosmic::cosmic_theme::palette::named::BURLYWOOD">BURLYWOOD</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: burlywood;"></div></dd><dt><a class="constant" href="constant.CADETBLUE.html" title="constant cosmic::cosmic_theme::palette::named::CADETBLUE">CADETBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: cadetblue;"></div></dd><dt><a class="constant" href="constant.CHARTREUSE.html" title="constant cosmic::cosmic_theme::palette::named::CHARTREUSE">CHARTREUSE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: chartreuse;"></div></dd><dt><a class="constant" href="constant.CHOCOLATE.html" title="constant cosmic::cosmic_theme::palette::named::CHOCOLATE">CHOCOLATE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: chocolate;"></div></dd><dt><a class="constant" href="constant.CORAL.html" title="constant cosmic::cosmic_theme::palette::named::CORAL">CORAL</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: coral;"></div></dd><dt><a class="constant" href="constant.CORNFLOWERBLUE.html" title="constant cosmic::cosmic_theme::palette::named::CORNFLOWERBLUE">CORNFLOWERBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: cornflowerblue;"></div></dd><dt><a class="constant" href="constant.CORNSILK.html" title="constant cosmic::cosmic_theme::palette::named::CORNSILK">CORNSILK</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: cornsilk;"></div></dd><dt><a class="constant" href="constant.CRIMSON.html" title="constant cosmic::cosmic_theme::palette::named::CRIMSON">CRIMSON</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: crimson;"></div></dd><dt><a class="constant" href="constant.CYAN.html" title="constant cosmic::cosmic_theme::palette::named::CYAN">CYAN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: cyan;"></div></dd><dt><a class="constant" href="constant.DARKBLUE.html" title="constant cosmic::cosmic_theme::palette::named::DARKBLUE">DARKBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkblue;"></div></dd><dt><a class="constant" href="constant.DARKCYAN.html" title="constant cosmic::cosmic_theme::palette::named::DARKCYAN">DARKCYAN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkcyan;"></div></dd><dt><a class="constant" href="constant.DARKGOLDENROD.html" title="constant cosmic::cosmic_theme::palette::named::DARKGOLDENROD">DARKGOLDENROD</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkgoldenrod;"></div></dd><dt><a class="constant" href="constant.DARKGRAY.html" title="constant cosmic::cosmic_theme::palette::named::DARKGRAY">DARKGRAY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkgray;"></div></dd><dt><a class="constant" href="constant.DARKGREEN.html" title="constant cosmic::cosmic_theme::palette::named::DARKGREEN">DARKGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkgreen;"></div></dd><dt><a class="constant" href="constant.DARKGREY.html" title="constant cosmic::cosmic_theme::palette::named::DARKGREY">DARKGREY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkgrey;"></div></dd><dt><a class="constant" href="constant.DARKKHAKI.html" title="constant cosmic::cosmic_theme::palette::named::DARKKHAKI">DARKKHAKI</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkkhaki;"></div></dd><dt><a class="constant" href="constant.DARKMAGENTA.html" title="constant cosmic::cosmic_theme::palette::named::DARKMAGENTA">DARKMAGENTA</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkmagenta;"></div></dd><dt><a class="constant" href="constant.DARKOLIVEGREEN.html" title="constant cosmic::cosmic_theme::palette::named::DARKOLIVEGREEN">DARKOLIVEGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkolivegreen;"></div></dd><dt><a class="constant" href="constant.DARKORANGE.html" title="constant cosmic::cosmic_theme::palette::named::DARKORANGE">DARKORANGE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkorange;"></div></dd><dt><a class="constant" href="constant.DARKORCHID.html" title="constant cosmic::cosmic_theme::palette::named::DARKORCHID">DARKORCHID</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkorchid;"></div></dd><dt><a class="constant" href="constant.DARKRED.html" title="constant cosmic::cosmic_theme::palette::named::DARKRED">DARKRED</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkred;"></div></dd><dt><a class="constant" href="constant.DARKSALMON.html" title="constant cosmic::cosmic_theme::palette::named::DARKSALMON">DARKSALMON</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darksalmon;"></div></dd><dt><a class="constant" href="constant.DARKSEAGREEN.html" title="constant cosmic::cosmic_theme::palette::named::DARKSEAGREEN">DARKSEAGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkseagreen;"></div></dd><dt><a class="constant" href="constant.DARKSLATEBLUE.html" title="constant cosmic::cosmic_theme::palette::named::DARKSLATEBLUE">DARKSLATEBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkslateblue;"></div></dd><dt><a class="constant" href="constant.DARKSLATEGRAY.html" title="constant cosmic::cosmic_theme::palette::named::DARKSLATEGRAY">DARKSLATEGRAY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkslategray;"></div></dd><dt><a class="constant" href="constant.DARKSLATEGREY.html" title="constant cosmic::cosmic_theme::palette::named::DARKSLATEGREY">DARKSLATEGREY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkslategrey;"></div></dd><dt><a class="constant" href="constant.DARKTURQUOISE.html" title="constant cosmic::cosmic_theme::palette::named::DARKTURQUOISE">DARKTURQUOISE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkturquoise;"></div></dd><dt><a class="constant" href="constant.DARKVIOLET.html" title="constant cosmic::cosmic_theme::palette::named::DARKVIOLET">DARKVIOLET</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: darkviolet;"></div></dd><dt><a class="constant" href="constant.DEEPPINK.html" title="constant cosmic::cosmic_theme::palette::named::DEEPPINK">DEEPPINK</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: deeppink;"></div></dd><dt><a class="constant" href="constant.DEEPSKYBLUE.html" title="constant cosmic::cosmic_theme::palette::named::DEEPSKYBLUE">DEEPSKYBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: deepskyblue;"></div></dd><dt><a class="constant" href="constant.DIMGRAY.html" title="constant cosmic::cosmic_theme::palette::named::DIMGRAY">DIMGRAY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: dimgray;"></div></dd><dt><a class="constant" href="constant.DIMGREY.html" title="constant cosmic::cosmic_theme::palette::named::DIMGREY">DIMGREY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: dimgrey;"></div></dd><dt><a class="constant" href="constant.DODGERBLUE.html" title="constant cosmic::cosmic_theme::palette::named::DODGERBLUE">DODGERBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: dodgerblue;"></div></dd><dt><a class="constant" href="constant.FIREBRICK.html" title="constant cosmic::cosmic_theme::palette::named::FIREBRICK">FIREBRICK</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: firebrick;"></div></dd><dt><a class="constant" href="constant.FLORALWHITE.html" title="constant cosmic::cosmic_theme::palette::named::FLORALWHITE">FLORALWHITE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: floralwhite;"></div></dd><dt><a class="constant" href="constant.FORESTGREEN.html" title="constant cosmic::cosmic_theme::palette::named::FORESTGREEN">FORESTGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: forestgreen;"></div></dd><dt><a class="constant" href="constant.FUCHSIA.html" title="constant cosmic::cosmic_theme::palette::named::FUCHSIA">FUCHSIA</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: fuchsia;"></div></dd><dt><a class="constant" href="constant.GAINSBORO.html" title="constant cosmic::cosmic_theme::palette::named::GAINSBORO">GAINSBORO</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: gainsboro;"></div></dd><dt><a class="constant" href="constant.GHOSTWHITE.html" title="constant cosmic::cosmic_theme::palette::named::GHOSTWHITE">GHOSTWHITE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: ghostwhite;"></div></dd><dt><a class="constant" href="constant.GOLD.html" title="constant cosmic::cosmic_theme::palette::named::GOLD">GOLD</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: gold;"></div></dd><dt><a class="constant" href="constant.GOLDENROD.html" title="constant cosmic::cosmic_theme::palette::named::GOLDENROD">GOLDENROD</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: goldenrod;"></div></dd><dt><a class="constant" href="constant.GRAY.html" title="constant cosmic::cosmic_theme::palette::named::GRAY">GRAY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: gray;"></div></dd><dt><a class="constant" href="constant.GREEN.html" title="constant cosmic::cosmic_theme::palette::named::GREEN">GREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: green;"></div></dd><dt><a class="constant" href="constant.GREENYELLOW.html" title="constant cosmic::cosmic_theme::palette::named::GREENYELLOW">GREENYELLOW</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: greenyellow;"></div></dd><dt><a class="constant" href="constant.GREY.html" title="constant cosmic::cosmic_theme::palette::named::GREY">GREY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: grey;"></div></dd><dt><a class="constant" href="constant.HONEYDEW.html" title="constant cosmic::cosmic_theme::palette::named::HONEYDEW">HONEYDEW</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: honeydew;"></div></dd><dt><a class="constant" href="constant.HOTPINK.html" title="constant cosmic::cosmic_theme::palette::named::HOTPINK">HOTPINK</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: hotpink;"></div></dd><dt><a class="constant" href="constant.INDIANRED.html" title="constant cosmic::cosmic_theme::palette::named::INDIANRED">INDIANRED</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: indianred;"></div></dd><dt><a class="constant" href="constant.INDIGO.html" title="constant cosmic::cosmic_theme::palette::named::INDIGO">INDIGO</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: indigo;"></div></dd><dt><a class="constant" href="constant.IVORY.html" title="constant cosmic::cosmic_theme::palette::named::IVORY">IVORY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: ivory;"></div></dd><dt><a class="constant" href="constant.KHAKI.html" title="constant cosmic::cosmic_theme::palette::named::KHAKI">KHAKI</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: khaki;"></div></dd><dt><a class="constant" href="constant.LAVENDER.html" title="constant cosmic::cosmic_theme::palette::named::LAVENDER">LAVENDER</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lavender;"></div></dd><dt><a class="constant" href="constant.LAVENDERBLUSH.html" title="constant cosmic::cosmic_theme::palette::named::LAVENDERBLUSH">LAVENDERBLUSH</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lavenderblush;"></div></dd><dt><a class="constant" href="constant.LAWNGREEN.html" title="constant cosmic::cosmic_theme::palette::named::LAWNGREEN">LAWNGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lawngreen;"></div></dd><dt><a class="constant" href="constant.LEMONCHIFFON.html" title="constant cosmic::cosmic_theme::palette::named::LEMONCHIFFON">LEMONCHIFFON</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lemonchiffon;"></div></dd><dt><a class="constant" href="constant.LIGHTBLUE.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTBLUE">LIGHTBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightblue;"></div></dd><dt><a class="constant" href="constant.LIGHTCORAL.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTCORAL">LIGHTCORAL</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightcoral;"></div></dd><dt><a class="constant" href="constant.LIGHTCYAN.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTCYAN">LIGHTCYAN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightcyan;"></div></dd><dt><a class="constant" href="constant.LIGHTGOLDENRODYELLOW.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTGOLDENRODYELLOW">LIGHTGOLDENRODYELLOW</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightgoldenrodyellow;"></div></dd><dt><a class="constant" href="constant.LIGHTGRAY.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTGRAY">LIGHTGRAY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightgray;"></div></dd><dt><a class="constant" href="constant.LIGHTGREEN.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTGREEN">LIGHTGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightgreen;"></div></dd><dt><a class="constant" href="constant.LIGHTGREY.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTGREY">LIGHTGREY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightgrey;"></div></dd><dt><a class="constant" href="constant.LIGHTPINK.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTPINK">LIGHTPINK</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightpink;"></div></dd><dt><a class="constant" href="constant.LIGHTSALMON.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTSALMON">LIGHTSALMON</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightsalmon;"></div></dd><dt><a class="constant" href="constant.LIGHTSEAGREEN.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTSEAGREEN">LIGHTSEAGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightseagreen;"></div></dd><dt><a class="constant" href="constant.LIGHTSKYBLUE.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTSKYBLUE">LIGHTSKYBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightskyblue;"></div></dd><dt><a class="constant" href="constant.LIGHTSLATEGRAY.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTSLATEGRAY">LIGHTSLATEGRAY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightslategray;"></div></dd><dt><a class="constant" href="constant.LIGHTSLATEGREY.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTSLATEGREY">LIGHTSLATEGREY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightslategrey;"></div></dd><dt><a class="constant" href="constant.LIGHTSTEELBLUE.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTSTEELBLUE">LIGHTSTEELBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightsteelblue;"></div></dd><dt><a class="constant" href="constant.LIGHTYELLOW.html" title="constant cosmic::cosmic_theme::palette::named::LIGHTYELLOW">LIGHTYELLOW</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lightyellow;"></div></dd><dt><a class="constant" href="constant.LIME.html" title="constant cosmic::cosmic_theme::palette::named::LIME">LIME</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: lime;"></div></dd><dt><a class="constant" href="constant.LIMEGREEN.html" title="constant cosmic::cosmic_theme::palette::named::LIMEGREEN">LIMEGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: limegreen;"></div></dd><dt><a class="constant" href="constant.LINEN.html" title="constant cosmic::cosmic_theme::palette::named::LINEN">LINEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: linen;"></div></dd><dt><a class="constant" href="constant.MAGENTA.html" title="constant cosmic::cosmic_theme::palette::named::MAGENTA">MAGENTA</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: magenta;"></div></dd><dt><a class="constant" href="constant.MAROON.html" title="constant cosmic::cosmic_theme::palette::named::MAROON">MAROON</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: maroon;"></div></dd><dt><a class="constant" href="constant.MEDIUMAQUAMARINE.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMAQUAMARINE">MEDIUMAQUAMARINE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumaquamarine;"></div></dd><dt><a class="constant" href="constant.MEDIUMBLUE.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMBLUE">MEDIUMBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumblue;"></div></dd><dt><a class="constant" href="constant.MEDIUMORCHID.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMORCHID">MEDIUMORCHID</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumorchid;"></div></dd><dt><a class="constant" href="constant.MEDIUMPURPLE.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMPURPLE">MEDIUMPURPLE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumpurple;"></div></dd><dt><a class="constant" href="constant.MEDIUMSEAGREEN.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMSEAGREEN">MEDIUMSEAGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumseagreen;"></div></dd><dt><a class="constant" href="constant.MEDIUMSLATEBLUE.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMSLATEBLUE">MEDIUMSLATEBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumslateblue;"></div></dd><dt><a class="constant" href="constant.MEDIUMSPRINGGREEN.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMSPRINGGREEN">MEDIUMSPRINGGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumspringgreen;"></div></dd><dt><a class="constant" href="constant.MEDIUMTURQUOISE.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMTURQUOISE">MEDIUMTURQUOISE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumturquoise;"></div></dd><dt><a class="constant" href="constant.MEDIUMVIOLETRED.html" title="constant cosmic::cosmic_theme::palette::named::MEDIUMVIOLETRED">MEDIUMVIOLETRED</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mediumvioletred;"></div></dd><dt><a class="constant" href="constant.MIDNIGHTBLUE.html" title="constant cosmic::cosmic_theme::palette::named::MIDNIGHTBLUE">MIDNIGHTBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: midnightblue;"></div></dd><dt><a class="constant" href="constant.MINTCREAM.html" title="constant cosmic::cosmic_theme::palette::named::MINTCREAM">MINTCREAM</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mintcream;"></div></dd><dt><a class="constant" href="constant.MISTYROSE.html" title="constant cosmic::cosmic_theme::palette::named::MISTYROSE">MISTYROSE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: mistyrose;"></div></dd><dt><a class="constant" href="constant.MOCCASIN.html" title="constant cosmic::cosmic_theme::palette::named::MOCCASIN">MOCCASIN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: moccasin;"></div></dd><dt><a class="constant" href="constant.NAVAJOWHITE.html" title="constant cosmic::cosmic_theme::palette::named::NAVAJOWHITE">NAVAJOWHITE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: navajowhite;"></div></dd><dt><a class="constant" href="constant.NAVY.html" title="constant cosmic::cosmic_theme::palette::named::NAVY">NAVY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: navy;"></div></dd><dt><a class="constant" href="constant.OLDLACE.html" title="constant cosmic::cosmic_theme::palette::named::OLDLACE">OLDLACE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: oldlace;"></div></dd><dt><a class="constant" href="constant.OLIVE.html" title="constant cosmic::cosmic_theme::palette::named::OLIVE">OLIVE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: olive;"></div></dd><dt><a class="constant" href="constant.OLIVEDRAB.html" title="constant cosmic::cosmic_theme::palette::named::OLIVEDRAB">OLIVEDRAB</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: olivedrab;"></div></dd><dt><a class="constant" href="constant.ORANGE.html" title="constant cosmic::cosmic_theme::palette::named::ORANGE">ORANGE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: orange;"></div></dd><dt><a class="constant" href="constant.ORANGERED.html" title="constant cosmic::cosmic_theme::palette::named::ORANGERED">ORANGERED</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: orangered;"></div></dd><dt><a class="constant" href="constant.ORCHID.html" title="constant cosmic::cosmic_theme::palette::named::ORCHID">ORCHID</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: orchid;"></div></dd><dt><a class="constant" href="constant.PALEGOLDENROD.html" title="constant cosmic::cosmic_theme::palette::named::PALEGOLDENROD">PALEGOLDENROD</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: palegoldenrod;"></div></dd><dt><a class="constant" href="constant.PALEGREEN.html" title="constant cosmic::cosmic_theme::palette::named::PALEGREEN">PALEGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: palegreen;"></div></dd><dt><a class="constant" href="constant.PALETURQUOISE.html" title="constant cosmic::cosmic_theme::palette::named::PALETURQUOISE">PALETURQUOISE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: paleturquoise;"></div></dd><dt><a class="constant" href="constant.PALEVIOLETRED.html" title="constant cosmic::cosmic_theme::palette::named::PALEVIOLETRED">PALEVIOLETRED</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: palevioletred;"></div></dd><dt><a class="constant" href="constant.PAPAYAWHIP.html" title="constant cosmic::cosmic_theme::palette::named::PAPAYAWHIP">PAPAYAWHIP</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: papayawhip;"></div></dd><dt><a class="constant" href="constant.PEACHPUFF.html" title="constant cosmic::cosmic_theme::palette::named::PEACHPUFF">PEACHPUFF</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: peachpuff;"></div></dd><dt><a class="constant" href="constant.PERU.html" title="constant cosmic::cosmic_theme::palette::named::PERU">PERU</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: peru;"></div></dd><dt><a class="constant" href="constant.PINK.html" title="constant cosmic::cosmic_theme::palette::named::PINK">PINK</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: pink;"></div></dd><dt><a class="constant" href="constant.PLUM.html" title="constant cosmic::cosmic_theme::palette::named::PLUM">PLUM</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: plum;"></div></dd><dt><a class="constant" href="constant.POWDERBLUE.html" title="constant cosmic::cosmic_theme::palette::named::POWDERBLUE">POWDERBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: powderblue;"></div></dd><dt><a class="constant" href="constant.PURPLE.html" title="constant cosmic::cosmic_theme::palette::named::PURPLE">PURPLE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: purple;"></div></dd><dt><a class="constant" href="constant.REBECCAPURPLE.html" title="constant cosmic::cosmic_theme::palette::named::REBECCAPURPLE">REBECCAPURPLE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: rebeccapurple;"></div></dd><dt><a class="constant" href="constant.RED.html" title="constant cosmic::cosmic_theme::palette::named::RED">RED</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: red;"></div></dd><dt><a class="constant" href="constant.ROSYBROWN.html" title="constant cosmic::cosmic_theme::palette::named::ROSYBROWN">ROSYBROWN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: rosybrown;"></div></dd><dt><a class="constant" href="constant.ROYALBLUE.html" title="constant cosmic::cosmic_theme::palette::named::ROYALBLUE">ROYALBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: royalblue;"></div></dd><dt><a class="constant" href="constant.SADDLEBROWN.html" title="constant cosmic::cosmic_theme::palette::named::SADDLEBROWN">SADDLEBROWN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: saddlebrown;"></div></dd><dt><a class="constant" href="constant.SALMON.html" title="constant cosmic::cosmic_theme::palette::named::SALMON">SALMON</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: salmon;"></div></dd><dt><a class="constant" href="constant.SANDYBROWN.html" title="constant cosmic::cosmic_theme::palette::named::SANDYBROWN">SANDYBROWN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: sandybrown;"></div></dd><dt><a class="constant" href="constant.SEAGREEN.html" title="constant cosmic::cosmic_theme::palette::named::SEAGREEN">SEAGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: seagreen;"></div></dd><dt><a class="constant" href="constant.SEASHELL.html" title="constant cosmic::cosmic_theme::palette::named::SEASHELL">SEASHELL</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: seashell;"></div></dd><dt><a class="constant" href="constant.SIENNA.html" title="constant cosmic::cosmic_theme::palette::named::SIENNA">SIENNA</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: sienna;"></div></dd><dt><a class="constant" href="constant.SILVER.html" title="constant cosmic::cosmic_theme::palette::named::SILVER">SILVER</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: silver;"></div></dd><dt><a class="constant" href="constant.SKYBLUE.html" title="constant cosmic::cosmic_theme::palette::named::SKYBLUE">SKYBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: skyblue;"></div></dd><dt><a class="constant" href="constant.SLATEBLUE.html" title="constant cosmic::cosmic_theme::palette::named::SLATEBLUE">SLATEBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: slateblue;"></div></dd><dt><a class="constant" href="constant.SLATEGRAY.html" title="constant cosmic::cosmic_theme::palette::named::SLATEGRAY">SLATEGRAY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: slategray;"></div></dd><dt><a class="constant" href="constant.SLATEGREY.html" title="constant cosmic::cosmic_theme::palette::named::SLATEGREY">SLATEGREY</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: slategrey;"></div></dd><dt><a class="constant" href="constant.SNOW.html" title="constant cosmic::cosmic_theme::palette::named::SNOW">SNOW</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: snow;"></div></dd><dt><a class="constant" href="constant.SPRINGGREEN.html" title="constant cosmic::cosmic_theme::palette::named::SPRINGGREEN">SPRINGGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: springgreen;"></div></dd><dt><a class="constant" href="constant.STEELBLUE.html" title="constant cosmic::cosmic_theme::palette::named::STEELBLUE">STEELBLUE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: steelblue;"></div></dd><dt><a class="constant" href="constant.TAN.html" title="constant cosmic::cosmic_theme::palette::named::TAN">TAN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: tan;"></div></dd><dt><a class="constant" href="constant.TEAL.html" title="constant cosmic::cosmic_theme::palette::named::TEAL">TEAL</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: teal;"></div></dd><dt><a class="constant" href="constant.THISTLE.html" title="constant cosmic::cosmic_theme::palette::named::THISTLE">THISTLE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: thistle;"></div></dd><dt><a class="constant" href="constant.TOMATO.html" title="constant cosmic::cosmic_theme::palette::named::TOMATO">TOMATO</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: tomato;"></div></dd><dt><a class="constant" href="constant.TURQUOISE.html" title="constant cosmic::cosmic_theme::palette::named::TURQUOISE">TURQUOISE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: turquoise;"></div></dd><dt><a class="constant" href="constant.VIOLET.html" title="constant cosmic::cosmic_theme::palette::named::VIOLET">VIOLET</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: violet;"></div></dd><dt><a class="constant" href="constant.WHEAT.html" title="constant cosmic::cosmic_theme::palette::named::WHEAT">WHEAT</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: wheat;"></div></dd><dt><a class="constant" href="constant.WHITE.html" title="constant cosmic::cosmic_theme::palette::named::WHITE">WHITE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: white;"></div></dd><dt><a class="constant" href="constant.WHITESMOKE.html" title="constant cosmic::cosmic_theme::palette::named::WHITESMOKE">WHITESMOKE</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: whitesmoke;"></div></dd><dt><a class="constant" href="constant.YELLOW.html" title="constant cosmic::cosmic_theme::palette::named::YELLOW">YELLOW</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: yellow;"></div></dd><dt><a class="constant" href="constant.YELLOWGREEN.html" title="constant cosmic::cosmic_theme::palette::named::YELLOWGREEN">YELLOWGREEN</a></dt><dd><div style="display: inline-block; width: 3em; height: 1em; border: 1px solid black; background: yellowgreen;"></div></dd></dl><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><dl class="item-table"><dt><a class="fn" href="fn.from_str.html" title="fn cosmic::cosmic_theme::palette::named::from_str">from_<wbr>str</a></dt><dd>Get a SVG/CSS3 color by name. Can be toggled with the <code>"named_from_str"</code>
|
|
Cargo feature.</dd></dl></section></div></main></body></html> |