-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ fab4412 🚀
- Loading branch information
Showing
89 changed files
with
765 additions
and
184 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!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="The Adobe RGB (1998) standard."><title>palette::encoding::adobe - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.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-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="palette" data-themes="" data-resource-suffix="" data-rustdoc-version="1.80.1 (3f5fd8dd4 2024-08-06)" data-channel="1.80.1" data-search-js="search-d52510db62a78183.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.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="../../../palette/index.html">palette</a><span class="version">0.7.6</span></h2></div><h2 class="location"><a href="#">Module adobe</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li></ul></section><h2><a href="../index.html">In palette::encoding</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">palette</a>::<wbr><a href="../index.html">encoding</a>::<wbr><a class="mod" href="#">adobe</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../../src/palette/encoding/adobe.rs.html#1-157">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The Adobe RGB (1998) standard.</p> | ||
</div></details><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.AdobeRgb.html" title="struct palette::encoding::adobe::AdobeRgb">AdobeRgb</a></div><div class="desc docblock-short">The Adobe RGB (1998) (a.k.a. opRGB) color space and standard.</div></li></ul></section></div></main></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
window.SIDEBAR_ITEMS = {"struct":["AdobeRgb"]}; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!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="Number and color encoding traits, types and standards."><title>palette::encoding - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.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-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="palette" data-themes="" data-resource-suffix="" data-rustdoc-version="1.80.1 (3f5fd8dd4 2024-08-06)" data-channel="1.80.1" data-search-js="search-d52510db62a78183.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.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="../../palette/index.html">palette</a><span class="version">0.7.6</span></h2></div><h2 class="location"><a href="#">Module encoding</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#modules">Modules</a></li><li><a href="#traits">Traits</a></li></ul></section><h2><a href="../index.html">In crate palette</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../index.html">palette</a>::<wbr><a class="mod" href="#">encoding</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/palette/encoding.rs.html#1-30">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Number and color encoding traits, types and standards.</p> | ||
<!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="Number and color encoding traits, types and standards."><title>palette::encoding - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.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-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="palette" data-themes="" data-resource-suffix="" data-rustdoc-version="1.80.1 (3f5fd8dd4 2024-08-06)" data-channel="1.80.1" data-search-js="search-d52510db62a78183.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.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="../../palette/index.html">palette</a><span class="version">0.7.6</span></h2></div><h2 class="location"><a href="#">Module encoding</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#modules">Modules</a></li><li><a href="#traits">Traits</a></li></ul></section><h2><a href="../index.html">In crate palette</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../index.html">palette</a>::<wbr><a class="mod" href="#">encoding</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/palette/encoding.rs.html#1-32">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Number and color encoding traits, types and standards.</p> | ||
<p>Some color spaces, particularly RGB, may be encoded in more than one way and | ||
may have more than one standard. These encodings and standards are | ||
represented as type parameters in Palette, as a form of type branding, to | ||
prevent accidental mixups.</p> | ||
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.F2p2"><code>pub use self::gamma::<a class="struct" href="gamma/struct.F2p2.html" title="struct palette::encoding::gamma::F2p2">F2p2</a>;</code></div></li><li><div class="item-name" id="reexport.Gamma"><code>pub use self::gamma::<a class="struct" href="gamma/struct.Gamma.html" title="struct palette::encoding::gamma::Gamma">Gamma</a>;</code></div></li><li><div class="item-name" id="reexport.Linear"><code>pub use self::linear::<a class="struct" href="linear/struct.Linear.html" title="struct palette::encoding::linear::Linear">Linear</a>;</code></div></li><li><div class="item-name" id="reexport.Rec2020"><code>pub use self::rec_standards::<a class="struct" href="rec_standards/struct.Rec2020.html" title="struct palette::encoding::rec_standards::Rec2020">Rec2020</a>;</code></div></li><li><div class="item-name" id="reexport.Rec709"><code>pub use self::rec_standards::<a class="struct" href="rec_standards/struct.Rec709.html" title="struct palette::encoding::rec_standards::Rec709">Rec709</a>;</code></div></li><li><div class="item-name" id="reexport.Srgb"><code>pub use self::srgb::<a class="struct" href="srgb/struct.Srgb.html" title="struct palette::encoding::srgb::Srgb">Srgb</a>;</code></div></li></ul><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="gamma/index.html" title="mod palette::encoding::gamma">gamma</a></div><div class="desc docblock-short">Gamma encoding.</div></li><li><div class="item-name"><a class="mod" href="linear/index.html" title="mod palette::encoding::linear">linear</a></div><div class="desc docblock-short">Linear encoding</div></li><li><div class="item-name"><a class="mod" href="rec_standards/index.html" title="mod palette::encoding::rec_standards">rec_standards</a></div><div class="desc docblock-short">The ITU-R Recommendation BT.2020 (Rec. 2020) and BT.709 (Rec. 709) standards and their | ||
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.AdobeRgb"><code>pub use self::adobe::<a class="struct" href="adobe/struct.AdobeRgb.html" title="struct palette::encoding::adobe::AdobeRgb">AdobeRgb</a>;</code></div></li><li><div class="item-name" id="reexport.F2p2"><code>pub use self::gamma::<a class="struct" href="gamma/struct.F2p2.html" title="struct palette::encoding::gamma::F2p2">F2p2</a>;</code></div></li><li><div class="item-name" id="reexport.Gamma"><code>pub use self::gamma::<a class="struct" href="gamma/struct.Gamma.html" title="struct palette::encoding::gamma::Gamma">Gamma</a>;</code></div></li><li><div class="item-name" id="reexport.Linear"><code>pub use self::linear::<a class="struct" href="linear/struct.Linear.html" title="struct palette::encoding::linear::Linear">Linear</a>;</code></div></li><li><div class="item-name" id="reexport.Rec2020"><code>pub use self::rec_standards::<a class="struct" href="rec_standards/struct.Rec2020.html" title="struct palette::encoding::rec_standards::Rec2020">Rec2020</a>;</code></div></li><li><div class="item-name" id="reexport.Rec709"><code>pub use self::rec_standards::<a class="struct" href="rec_standards/struct.Rec709.html" title="struct palette::encoding::rec_standards::Rec709">Rec709</a>;</code></div></li><li><div class="item-name" id="reexport.Srgb"><code>pub use self::srgb::<a class="struct" href="srgb/struct.Srgb.html" title="struct palette::encoding::srgb::Srgb">Srgb</a>;</code></div></li></ul><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="adobe/index.html" title="mod palette::encoding::adobe">adobe</a></div><div class="desc docblock-short">The Adobe RGB (1998) standard.</div></li><li><div class="item-name"><a class="mod" href="gamma/index.html" title="mod palette::encoding::gamma">gamma</a></div><div class="desc docblock-short">Gamma encoding.</div></li><li><div class="item-name"><a class="mod" href="linear/index.html" title="mod palette::encoding::linear">linear</a></div><div class="desc docblock-short">Linear encoding</div></li><li><div class="item-name"><a class="mod" href="rec_standards/index.html" title="mod palette::encoding::rec_standards">rec_standards</a></div><div class="desc docblock-short">The ITU-R Recommendation BT.2020 (Rec. 2020) and BT.709 (Rec. 709) standards and their | ||
associated transfer function.</div></li><li><div class="item-name"><a class="mod" href="srgb/index.html" title="mod palette::encoding::srgb">srgb</a></div><div class="desc docblock-short">The sRGB standard.</div></li></ul><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="trait" href="trait.FromLinear.html" title="trait palette::encoding::FromLinear">FromLinear</a></div><div class="desc docblock-short">A transfer function from linear space.</div></li><li><div class="item-name"><a class="trait" href="trait.IntoLinear.html" title="trait palette::encoding::IntoLinear">IntoLinear</a></div><div class="desc docblock-short">A transfer function to linear space.</div></li></ul></section></div></main></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.