TV-era color model separating luminance (Y) from chrominance (I/Q). Critical for chroma-keying and broadcast-standard grading in legacy pipelines.
YIQ was long the backbone of American television technology — and anyone working with archival material or broadcast pipelines still encounters it. The model separates luminance (Y) from chrominance (I and Q), with I and Q encoding the two color components on orthogonal axes. The practical advantage is obvious: the human eye perceives brightness differences much more finely than color differences — YIQ exploits this perceptual threshold, thus allowing for more efficient compression and transmission.
In modern VFX workflows, YIQ is primarily encountered in chroma keying, especially when working with legacy material or needing to think in older broadcast systems. Some keying plugins offer YIQ as a color space option because the separation of luminance and chrominance can be extremely clean for green/blue screen work — you can isolate the brightness information of the key without color fluctuations destabilizing the result. In direct comparison to RGB (where all three channels are coupled), YIQ allows for more precise control. Another use case: for color grading old broadcast material or historical footage — the original data is often in YIQ, and those who convert it to modern DCI-P3 or rec.2020 color spaces need to clean up the transformation.
Technically, it should be known that YIQ is an NTSC standard definition (PAL uses YUV). The conversion from RGB is a linear matrix operation — fast in computation, but one must be mindful of rounding errors when switching between integer and float representations. With chroma subsampling (4:2:0 or 4:1:1), the I and Q information is often downsampled, while Y remains at full resolution — this can lead to artifacts in very fine keying edges if not handled cleanly.
In modern pipelines, YIQ is more of a legacy concept, but it remains valuable for archive restoration, broadcast output, or special keying challenges. Those working with FX tracking or compositing software (Nuke, After Effects) often find YIQ under Color Transform or Colorspace options — it's worth experimenting with it when standard RGB keys appear too unstable.