spectra icon indicating copy to clipboard operation
spectra copied to clipboard

What are the minimum and maximum values for components in the various gamuts?

Open earthbound19 opened this issue 6 years ago • 0 comments

I don't find documentation on this. For example, in the following function calls (assuming I've already assigned values to the variables passed into the functions), what are the minimum and maximum possible valid (in-gamut) values?

this_color = spectra.lab(L, a, b) this_color = spectra.lch(L, C, H)

--etc.

Thanks!

earthbound19 avatar Feb 09 '19 20:02 earthbound19