2-components color model
- by Cyan
RGB is the natural color model for OpenGL. But a lot of other color models exist.
For example, CMY(K) for printers, YUV for JPEG, the little cousins YCbCr and YCoCg, HSL & HSV from the 70's, and so on.
All these models tend to share a common property : they are based on 3 components.
Therefore my question is :
Does it exist a 2-components…