gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 83 forks source link

Question about density #110

Open diuming opened 3 years ago

diuming commented 3 years ago

I read your document in density.

color = SpectralColor(spec_340nm=0.08, ...)
# Or maybe we want to specify which filter to use.
red_density = ansi_density(color, ANSI_STATUS_T_RED)

Can i say that in CMYK color space. red_density is equal to cyan density, right?