Skip to content

Commit

Permalink
Fix capitalistion of Linebender in Color resources (#75)
Browse files Browse the repository at this point in the history
Also add a missing empty line
  • Loading branch information
DJMcNab authored Nov 26, 2024
1 parent 0188a96 commit 35cb5d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/wiki/color_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page is an annotated list of resources about color.

## Libraries

* [Color](https://crates.io/crates/color) is the linebender crate for color
* [Color](https://crates.io/crates/color) is the Linebender crate for color
* [palette](https://crates.io/crates/palette) (Rust) does more color science stuff
* [color.js](https://github.com/color-js/color.js) is co-developed with CSS Color, can be considered authoritative
* [Colour](https://www.colour-science.org/) for Python - quite comprehensive
Expand Down Expand Up @@ -59,11 +59,12 @@ This page is an annotated list of resources about color.
* [Chromatic adaptation](https://cran.r-project.org/web/packages/spacesXYZ/vignettes/adaptation.html) by Glenn Davis (mathematical vignette)

## Color systems

* [Pantone](https://www.pantone.com/) is widely used in commercial applications
* [Freiefarbe](https://freiefarbe.de/en/) is a free alternative based on CIE HLC
* [Munsell color system](https://en.wikipedia.org/wiki/Munsell_color_system) (Wikipedia) - the great historical color system

## Color appearance models

* [Algorithmic improvements for the CIECAM02 and CAM16 color appearance models](https://arxiv.org/abs/1802.06067)
* [The non-Riemannian nature of perceptual color space](https://www.pnas.org/doi/10.1073/pnas.2119753119)
* [The non-Riemannian nature of perceptual color space](https://www.pnas.org/doi/10.1073/pnas.2119753119)

0 comments on commit 35cb5d8

Please sign in to comment.