python-colormath
python-colormath copied to clipboard
Question about density
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?