I am testing some color scheme libraries and do not know what is limits of some color schemes.
For example:
- RGB(r, g, b) - all values is between <0.0, 1.0>
- IRGB(r, g, b) - all values is between <0, 255>
What is limits for CIE color schemes:
- XYZ(x, y, z)
- Lab(L, a, b)
- Luv(L, u, v)
- LCHab(L, a, b) or LCHab(L, c, h)
- LCHuv(L, u, v) or LCHuv(L, c, h)