chromaticity-color-utilities
Advanced tools
Comparing version 0.2.0-alpha to 0.2.1-alpha
{ | ||
"name": "chromaticity-color-utilities", | ||
"version": "0.2.0-alpha", | ||
"version": "0.2.1-alpha", | ||
"description": "Color utilities for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -1757,3 +1757,3 @@ # chromaticity-color-utilities | ||
C is the set of chromaticity coordinates associated with the black body tensor. <sup>[[9]](#references)</sup> The associated coordinates for white align with a D65 standard illuminant, but I've been unable to find any further information regarding the given RGB tristimulus values. | ||
C is the set of chromaticity coordinates for NTSC standard primaries. The associated coordinates given for white align with a D65 standard illuminant. <sup>[[9]](#references)</sup> <sup>[[10]](#references)</sup> | ||
@@ -1851,2 +1851,4 @@ ![](https://raw.githubusercontent.com/reiniiriarios/chromaticity-color-utilities/master/math/kelvin-xyz-to-rgb.png) | ||
* note to self: rec709 does gamma conversion before while rec2020 does gamma conversion after when converting to ypbpr (I think) | ||
* Write more documentation wrt mathematics. | ||
* Integrate my references better. :) | ||
@@ -1884,2 +1886,5 @@ ## References | ||
9. William T. Bridgman, NASA; Dan Bruton, SFASU. "RGB Values for Hot Objects". (2000) | ||
http://www.physics.sfasu.edu/astro/color/blackbodyc.txt | ||
http://www.physics.sfasu.edu/astro/color/blackbodyc.txt | ||
10. C. A. Bouman. "Digital Image Processing". (2021) | ||
https://engineering.purdue.edu/~bouman/ece637/notes/pdf/ColorSpaces.pdf |
313501
1887