Skip to content

What is the range of CIE Lab color model? #833

Answered by KelSolaar
hminle asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@hminle
Comment options

@KelSolaar
Comment options

@hminle
Comment options

@KelSolaar
Comment options

@hminle
Comment options

Answer selected by KelSolaar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants