|
|
|
|
|
by confuzatron
5692 days ago
|
|
Lots of text there, and you certainly sound confident, but I tried an experiment, and it confirmed the claims of the article.
I used Paint.NET, loaded in an image, copied it to three layers. Adusted each layer to be a single colour channel, then changed each of the layers to 'Additive' mode. Pixellating the blue layer - I could perceive at most some 'colour blotching', but no real loss of 'sharpness' Pixellating the green layer - pixellation was easily visible. Pixellating the red layer - the effect was somewhere in between. You should give it a try. Here's my test Paint.NET image file with the layers all set up for you: http://dl.dropbox.com/u/714931/bluejay.pdn |
|
There are two broad color model types: additive and subtractive. Additive color models (like RGB) "add" color to arrive at white. Subtractive color models (like CMYK) "subtract" color to arrive at white. In the RGB additive color model, we most frequently refer to the primary colors, RGB, but the secondary colors (cyan, magenta, and yellow) are equally important. The primary colors are the result of raising only one channel to full luminance while all the others are at zero. The secondary colors are produced by raising all channels to the maximum, then dropping one channel to zero. The secondary color for the blue channel is yellow.
The consequence of this is that you can't simply pixelate the blue channel in an additive model RGB image and claim this proves a lack of ability to perceive color in the blue light spectrum, because the alteration of the primary color will inevitably affect the distribution of the secondary color, depending upon the luminance of the other channels in the region.
A better test would display a test pattern in different colors, but matching luminosity. The trouble with testing this on your computer is that your display must be calibrated. On a properly calibrated display, the display of RGB[0,255,0] and RGB[0,0,255] should have identical luminance values. Very few people have calibrated displays, and even if you do, the chances that your display is accurate throughout the color gamut for a given luminance value is even less.