-
Hi, Why Lab output in range of [-100, 100] for Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
KelSolaar
Jul 2, 2021
Replies: 1 comment 7 replies
-
Hi @hminle, Those ranges are indicative and not exact: https://colour.readthedocs.io/en/develop/basics.html#domain-range-scales CIE Lab is not bounded, using ACES2065-1 for example: >>> colour.RGB_colourspace_limits(colour.models.RGB_COLOURSPACE_ACES2065_1)
array([[ -58.99202084, 102.47216286],
[-404.18830391, 317.50827994],
[-274.02976251, 174.47162964]]) Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
KelSolaar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hminle,
Those ranges are indicative and not exact: https://colour.readthedocs.io/en/develop/basics.html#domain-range-scales
CIE Lab is not bounded, using ACES2065-1 for example:
Cheers,
Thomas