Colorspace
Description
Converts to L*a*b*, XYZ, and YCbCr colorspaces.
Node Group
Color.
Controls
Colorspace
L*a*b*
The L*a*b* color space, also known as CIE L*a*b*, is a way to represent colors using three coordinates: L* (lightness), a* (red/green), and b* (yellow/blue). This space is designed to be perceptually uniform, meaning that equal distances in the L*a*b* space correspond to equal perceived color differences.
XYZ
The XYZ color space, also known as the CIE 1931 color space, is a foundational color model developed by the International Commission on Illumination (CIE) in 1931. It was designed to represent human color perception in a way that is independent of specific display technologies, making it a standard reference for color measurement and reproduction.
YCbCr
The YCbCr color space is a widely used color model in digital video and image compression. It separates an image into luma (Y) and chroma (Cb and Cr) components, optimizing storage and transmission efficiency.
Invert
Inverts the result. This is useful when undoing the result of a previous colorspace conversion.