Slashdot Mirror


Is the 4th Yellow Pixel of Sharp Quattron Hype?

Nom du Keyboard writes "Sharp Aquos brand televisions are making a big deal about their Quattron technology of adding a 4th yellow pixel to their RGB sets. While you can read a glowing review of it here, the engineer in me is skeptical because of how all the source material for this set is produced in 3-color RGB. I also know how just making a picture brighter and saturating the colors a bit can make it more appealing to many viewers over a more accurate rendition – so much for side-by-side comparisons. And I laugh at how you are supposed to see the advantages of 4-color technology in ads on your 3-color sets at home as you watch their commercials. It sounds more like hype to extract a higher profit margin than the next great advance in home television. So is it real?"

45 of 511 comments (clear)

  1. Clearly missing a trick. by queazocotal · · Score: 5, Funny

    To get truly astonishing pictures, they should add a black pixel, to improve contrast.

    1. Re:Clearly missing a trick. by jjoelc · · Score: 5, Interesting

      joking aside... some of the newer TVs with LED backlighting actually do something like this... Lighting up the picture with thousands(ish?) of independent LEDs (as opposed to a couple of souped up flourescent tubes) means they can selectively dim or turn off entirely sections of the backlighting. So when large parts of the scene are dirk, large parts of the backlighting is dimmed as well, thus increasing the contrast. It also saves a bit of power, making it easier for them to meet energy star standards, etc...

  2. RGB by Kell+Bengal · · Score: 5, Informative

    It strikes me that a better use of a fourth colour pixel would be to represent all those greens the RGB colour space doesn't actually represent.

    --
    Scientists point out problems, engineers fix them
    altslashdot.org: The future of slashdot.
    1. Re:RGB by Anonymous Coward · · Score: 5, Insightful

      Only is the camera recording the picture recorded that same color.

      As it has been stated, adding a new color on the TV is literally the last place that it needs to be. (First the camera that films, then the storage medium(DVD?), then broadcast(HDMI?) THEN the TV )

    2. Re:RGB by Anonymous Coward · · Score: 5, Informative

      That 1931 color gamut is misleading because it overempasizes greens. In fact, the original NTSC green primary was much closer to the peak, but as a result, yellows were too muted, so they changed it. But you're right - a turquoise primary would increase the RGB gamut significantly.

      The ideal would be that all color information in video would be in device-independent xy color space instead of RGB. See LogLUV encoding for example: http://www.anyhere.com/gward/papers/jgtpap1.pdf

    3. Re:RGB by forkazoo · · Score: 5, Informative

      Only one problem. No Y encoded in the data stream, so it has to be interpolated.

      In some cases, it could actually be useful. While most cameras shoot with RGB sensors, most video compression is in some variation of YUV (1) color space. If you shoot on something like a Red One (2) camera, you get a RAW format with more than 8 bits (3) of color information. If you have a sensible post pipeline, you can go to YUV for your distribution format and have plenty of color data to completely fill out the 8 bit YUV data. YUV and RGB don't have identical color reproduction and gamut, so you can wind up with the odd situation where you shot on an RGB sensor, and you decimated to 8 bit data for distribution, but a normal 8 bit RGB display can't quite show every color that you have.

      I wouldn't expect brick-shittingly amazing results on such a system. I'd need to see it in person and see a measured gamut chart to have any particular opinion on this particular display, but I can't dismiss the concept out of hand.

      (1) : Y in YUV isn't Yellow, it's Luma. Still, the imperfect conversion between YUV and RGB means that a fourth primary could make it possible to more accurately show YUV data on an RGBY display.

      (2) : "Red" is a brand name. "Red" in the name of the camera doesn't specifically imply any relationship to RGB color space or anything like that. The camera does use a standard RGB Bayer pattern sensor, though.

      (3) : 8 bit color in this context is always "per component" rather than "per pixel" and doesn't imply old school 256 total colors palleted mode. In a X11 config file for example, this would be referred to as 24 bit color. Video guys are more interested in per-component colors because they always do operations on components. When you are writing misc. GUI software, you are generally more concerned with bits per-pixel because you would never care about how much space it takes to upload a fraction of a pixel to a video card since you have to upload a full pixel to display it.

      (4) : This footnote doesn't correspond to anything in the text. After all that, I'm now just in the habit of writing footnotes.

    4. Re:RGB by pthisis · · Score: 3, Informative

      It strikes me that a better use of a fourth colour pixel would be to represent all those greens the RGB colour space doesn't actually represent.

      Nit: sRGB isn't synonymous RGB, nor even with RGB as used in displays.

      Plenty of RGB colorspaces don't have the green-deficiency problem, and it's nothing innately required by an RGB LED system if it's willing to do a non-sRGB display.

      --
      rage, rage against the dying of the light
    5. Re:RGB by Twinbee · · Score: 5, Interesting

      Parent is correct. Any colours around green and cyan are usually terribly unsaturated on most monitors. In fact, even in 'real life', it isn't theoretically possible to experience true cyan/aqua because the nearest direct wavelength will stimulate the red eye cone to some extent creating colour pollution.

      There is a trick around this, which can be found by over-saturating the red cone. This weakens it temporarily, and then when shortly afterwards you see anything resembling cyan, it will appear as close to the true qualia as you could ever expect. The "Eclipse of Mars" illusion that follows in the below link demonstrates this for those who are curious:

      http://www.skytopia.com/project/illusion/2illusion.html

      --
      Why OpalCalc is the best Windows calc
    6. Re:RGB by rduke15 · · Score: 4, Informative

      I have the impression that you are implying that the bits per channel are related to the color gamut. That more bits per pixel or channel produce a wider color gamut. That is not the case, and the 2 are unrelated. More bits per pixel only give you more shades within a given gamut. In practice, more bits per channel are desirable in video production to allow finer control over color correction, without producing artifacts like banding.

    7. Re:RGB by jipn4 · · Score: 5, Insightful

      That's misleading. A lack of a fully saturated green on a monitor is a limitation with the phosphors or dyes it uses. But monochromatic light of around 515 nm is pure, fully saturated green. Fully saturated green stimulates both your M and L cones ("G" and "R" cones); that's the way your eye works.

      You can achieve non-physical responses from your photoreceptors via oversaturation, drugs, or electrical stimulation. That's interesting, but it isn't "green" and it isn't a "true qualia". Thinking of that as "green" is simply because you think of the M cone as a "green" cone and the L cone as a "red" cone, but those are just arbitrary names.

    8. Re:RGB by iluvcapra · · Score: 3, Insightful

      That 1931 color gamut is misleading because it overempasizes greens. In fact, the original NTSC green primary was much closer to the peak, but as a result, yellows were too muted, so they changed it. But you're right - a turquoise primary would increase the RGB gamut significantly.

      It would increase the gamut, but it wouldn't improve the rendition of skin tones (uh... the skin tones of most European/Native American/Asian/Middle Eastern/Medditerranean people. eep.) When people complain about the colors on their TV, it's generally because the skin tones don't look right.

      --
      Don't blame me, I voted for Baltar.
    9. Re:RGB by Twinbee · · Score: 4, Interesting

      That's my point though. How can a apx 515nm wavelength be a fully saturated green if the L cone is also being activated to some degree? That would be the extra pollution I'm talking about. I believe a much purer green would result if you somehow disabled the L cone. Unless you think we might see a more cyan/blue-like hue here?

      To get a definitive answer, I would be interested to see what one would experience if you disabled two of the three S/M/L cones. I'm suspecting you would see pure red (disable S+M), green (disable S+L) and blue (M+L). Any research into that?

      That's interesting, but it isn't "green"

      What is it then?

      --
      Why OpalCalc is the best Windows calc
    10. Re:RGB by inKubus · · Score: 3, Funny

      brick-shittingly amazing results

      Damn, I'm going to use this again on Slashdot.

      --
      Cool! Amazing Toys.
    11. Re:RGB by 6350' · · Score: 4, Interesting

      and so it does.
      http://en.wikipedia.org/wiki/Imaginary_color

      Neat snippet from the article:
      "At Walt Disney World, Kodak engineered Epcot's pavement to be a certain hue of pink so that the grass would look greener through the reverse of this effect."

      Sneaky!

    12. Re:RGB by jipn4 · · Score: 4, Interesting

      That's my point though. How can a apx 515nm wavelength be a fully saturated green if the L cone is also being activated to some degree?

      Because all light of a single wavelength is automatically "pure"; it doesn't matter what your cone responses are. The cone responses are just a code to transmit that information to your brain. Your cone responses are such that they overlap (for good reason), but that doesn't keep you from seeing pure colors.

      And actually, you perceive color contrast anyway, not absolute RGB values or wavelengths. So, even if you get a group of cones to produce a pure "green" response somehow, that will simply be processed as being part of a strong red/green contrast and result just in a vivid green percept.

    13. Re:RGB by jareds · · Score: 4, Informative

      You seem to be under the impression that every fully saturated color is a spectral color, but this is false. If "hue" only includes the pure visible spectrum, then HSB will not include magenta (or, actually, the whole triangle defined by white, red, and violet, on CIE chromaticity diagram). Look in particular at the color wheel and the visible spectrum on the magenta page. People do use HSB, but the range of the hue must include a non-spectral "line of purples" to wrap around.

  3. Careful What You Laugh At by eldavojohn · · Score: 3, Insightful

    And I laugh at how you are supposed to see the advantages of 4-color technology in ads on your 3-color sets at home as you watch their commercials.

    Well, I'm not sure if you're correct to laugh at this or not. But all televisions are approximations of something analogue that was captured and in that capturing process, some information was lost. To illustrate, entertain a scenario where I have N standard definition television sets that are displaying footage from standard definition video cameras. I daisy chain them together (each camera directed at the last screen) to record something. As I move from the 0th screen to the Nth screen, I will begin to see degradation as more information is lost and randomness comes into play. The same can be done with HD but since HD captures more information, it can safely be assumed that the sampling and resampling will retain more of the original image.

    If you played the Nth HD screen next to the Nth SD screen and piped that through an SD television, you'd still be able to see some difference (for reasonable non-astronomical numbers of N) even though you went through yet another SD television in the end.

    I don't know what the fourth color is supposed to buy, I'm unfamiliar with this technology. But the side by side comparison through an SD or HD TV might still be able to demonstrate that the fourth color adds some meaningful information to the image that -- when resampled to be viewed on your device -- suffers less information loss than the three color implementation. Thus successfully demonstrating some superiority. Not showing you precisely what the final product is supposed to be like but instead give you relativity in signal loss and noise.

    I also know how just making a picture brighter and saturating the colors a bit can make it more appealing to many viewers over a more accurate rendition

    Well, I know that there is a huge photography following that is totally enamored with HDR photography and to many people it makes the images come to life ... I think it's overdone (like autotuning in modern music) but it definitely has a place. Perhaps similarly four color displays hope to widen the dynamic range they can display? I wish I could give you better answers about four color displays but this is the first I've heard of them. Perhaps your questions to a large engineer base are the most effective kind of marketing?

    --
    My work here is dung.
    1. Re:Careful What You Laugh At by Reziac · · Score: 3, Interesting

      Back in the 1960s there was an ad that did some trick that caused a black-and-white television to display what the eye perceived as colour. There was an explanation as to how it was achieved but lo these many decades later I have no recollection what it was (nor what the ad was for, either). If I hadn't seen it myself, I'd not believe it could be done.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    2. Re:Careful What You Laugh At by dangitman · · Score: 3, Informative

      HDR is something which enables photographers to approach the dynamic range available in print photography while largely retaining the color saturation and other qualities of transparency film

      That doesn't make much sense, because transparencies and computer displays have a higher dynamic range than prints, not lower.

      I reality, HDR photography is about capturing a scene that has a very high contrast ration, beyond what cameras can capture or monitors display. It is done by using shots with different exposures, so parts of the image that would otherwise be over or under-exposed retain detail and don't just get clipped or blown out.

      It does tend to be overdone, but so is saturation and the colors that people use in their photos/video don't particularly reflect reality very well either.

      Actually, HDR photos are often a better representation of reality, because the human eye adjusts to different brightness levels, which is what the HDR process is doing.

      --
      ... and then they built the supercollider.
    3. Re:Careful What You Laugh At by iwaybandit · · Score: 4, Informative
      Didn't see that ad myself, but they probably used this effect.
      Fechner color

      is an illusion of color seen when looking at certain rapidly changing or moving black-and-white patterns. They are also called pattern induced flicker colors (PIFCs). Not everyone sees the same colors.

  4. Not necessarily fake by russotto · · Score: 5, Informative

    Adding an extra phosphor can extend your gamut, increase your dynamic range within your gamut, or give you finer quantization within the gamut, or some combination of all three. The fact that your source material is provided as three quantities (YCbCr, not RGB) doesn't mean four phoshors won't help.

    Doesn't mean it will, either.

    1. Re:Not necessarily fake by kc8apf · · Score: 5, Insightful

      If you've ever had a display calibrated, you'd know that even the existing RGB color space can't be completely recreated with existing RGB-based displays. The problem is in the inability of LEDs or LCD or plasma panels to produce light uniformly in the three color channels. If you can add a 4th channel that lets the RGB color space be more accurately produced by the display, then you will see an improvement. It won't make the source any better, but the output generated by the display for that input will be better.

      --
      kc8apf
  5. Re:Yellow... yawn by uglyduckling · · Score: 5, Funny

    Like Octarine?

  6. Re:Yes by FatSean · · Score: 4, Funny

    How do you decide which pixel to sacrifice for the colour gambit?

    --
    Blar.
  7. Review by Concerned+Onlooker · · Score: 3, Funny
    "While you can read a glowing review of it here...."

    Is that supposed to be some kind of joke?

    --
    http://www.rootstrikers.org/
  8. Re:Human retinas by MRe_nl · · Score: 4, Interesting
    --
    "Kill 'em all and let Root sort 'em out"
  9. What's wrong? by rm999 · · Score: 5, Interesting

    Representing yellow with a mix of green and red is already a hack. What's wrong with software determining that the color of a pixel is yellow and actually lighting up a yellow light?

    Maybe a yellow light looks more convincing than a red and green light right next to each other. I'd want to see for myself before making blanket judgments.

  10. It *could* be good by __david__ · · Score: 4, Informative

    First, check out http://en.wikipedia.org/wiki/Gamut for reference. The sample gamut picture in the top right shows a typical CRT--lets assume for the sake of argument that LCDs are similar.

    If you add a yellow LED to that it just isn't going to add much. The yellow part of the spectrum is already fairly well represented.

    *But* if they also change the hue of the green LED toward the blue spectrum then it has a good chance of really opening up the gamut.

    The people saying RGB is enough don't understand chromaticity--go look for gamut plots of your favorite output devices and see how little of the full spectrum of colors they can actually reproduce. Printers are especially embarrassing. Your eyes can really see a whole lot of color detail.

  11. Re:Human retinas by fruitbane · · Score: 3, Informative

    Generally speaking, the human eye is less sensitive to blue and most sensitive to red (more yellow, actually) and green. Making sure that the blue pixels are the brightest in the screen and changing the red pixel to something a little more yellow (assuming the firmware adjusts when recreating colors) would probably be the best approaches to catering to the human eye.

  12. Re:Yellow... yawn by metamatic · · Score: 3, Funny

    Or squant. The time is long overdue for squant support in televisions.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  13. Yellow is the "gay" color? by seanvaandering · · Score: 3, Funny

    Right?

    /obscure? Hopefully not for the /. crowd...

  14. Re:Yellow... yawn by $RANDOMLUSER · · Score: 3, Funny

    And the commercials with George Takei (I'm sure there's a "yellow peril" joke in there somewhere) in a white lab coat and the caption reads "actor portrayal" LIKE WE DIDN'T KNOW - IT'S GEORGE FREAKIN' TAKEI YOU IDIOTS!!

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
  15. Re:Yellow... yawn by IWannaBeAnAC · · Score: 3, Informative

    Obviously, if it was a color that RGB could produce then there wouldn't be any point making a special color channel with it. You should read up on the color gamut and learn a bit about the limitations of RGB.

  16. Re:Yes by LynnwoodRooster · · Score: 5, Funny

    The red one, just like on Star Trek.

    --
    Browsing at +1 - no ACs, I ignore their posts. So refreshing!
  17. Submitter fail. by blair1q · · Score: 4, Insightful

    "And I laugh at how you are supposed to see the advantages of 4-color technology in ads on your 3-color sets at home as you watch their commercials."

    But the script of the commercial is written almost entirely with deference to that fact.

    The estimable Mr. Takei tells you, while you're no doubt ogling his adam's apple instead of listening, that he can't actually show you the difference itself, but, "I can show you this," wherupon he looks at the screen and gives his review in a single, somewhat gaudily overacted word.

    I'm not sure how anyone misses that, since his behavior is utterly bizarre without the concept of telling-not-showing being in play.

  18. Pictures just about sums it up by phantomcircuit · · Score: 5, Informative

    http://regmedia.co.uk/2010/05/07/quattron_4.jpg That just about sums up the entire article.

  19. Re:Of course it's hype, just SHARPer :-) by M8e · · Score: 3, Insightful

    Not to forget that works for both 50hz and 60hz.

    60hz*10=600hz
    50hz*12=600hz

  20. Local dimming has a problem by tepples · · Score: 5, Interesting

    A lot of TV sets that use local dimming have a big problem showing starfields. The average color in a starfield is pretty dark, so the LED goes dim and not bright enough to show the stars. It really takes the punch out of Star Wars Special^n Edition if you can't see the stars.

    1. Re:Local dimming has a problem by daeg · · Score: 3, Funny

      Oh my god... it's not full of stars...

  21. Re:Yellow... yawn by amRadioHed · · Score: 3, Funny

    I didn't recognize George Takei at first. Sure he's famous, but he's not William Shatner famous.

    --
    We hope your rules and wisdom choke you / Now we are one in everlasting peace
  22. Re:Human retinas by sznupi · · Score: 3, Informative

    But that assumes the "RGB" sensitivity of our eyes lines up with the emmision spectra of RGB screens; which is not true. Perhaps this Sharp screen brings it closer, actually shows more faithfully the colors which are in the signal; as far as human eye is concerned.

    --
    One that hath name thou can not otter
  23. Re:Yellow... yawn by eggnoglatte · · Score: 4, Informative

    XYZ space is not perceptually uniform. In particular, the green/cyan area in XYZ occupies a much larger area than would be justified by the eye's ability to distinguish colors in that range. Yellow on the other hand is very under-represented in XYZ.

    If you look at the gamuts in a perceptually uniform space such as LUV, you'll find that LCD panels are actually fairly limited in the yellows.

  24. Re:Of course it's hype, just SHARPer :-) by T-Bone-T · · Score: 3, Informative

    Your talk of efficiency doesn't make sense at all. An LCD uses less electricity than a plasma. It doesn't matter what is hooked up to the display.

  25. Re:Yellow... yawn by eggnoglatte · · Score: 4, Interesting

    True, but the regular LCD color gamut is smaller than the sRGB/Rec 709 gamut that is encoded in the HDTV video standard.

    Basically, LCD panels use relatively wide spectrum color filters, so that they don't loos too much light in absorption. The result is a relatively small gamut - smaller than plasma or CRT.

  26. Re:Yellow... yawn by Teancum · · Score: 3, Interesting

    Admittedly one of the problems here is that adding a fourth channel would require a 4-dimensional color space to fully utilize that extra channel. To really utilize this sort of new feature would require a whole new image recording system.

    One of the problems facing would-be extensions of the color gamut like adding another color is in part an unlearning of what it means to make a color. In reality, a given color that you see from an object is made up of an entire spectrum from near infrared to ultraviolet (UV-A, to define a "color"), and is a wave function of all possible frequencies along that spectrum.

    Somewhere along the way some crude but generally effective simplifications of this philosophy have resulted in things like the YUV and RBG systems, but it should be noted those are 3-dimensional color spaces. Note that the word "dimension" is not in reference to lengths here, but rather representations of the color. Each dimension is merely one more piece of information to display that color.

    So whenever you use a 3-dimensional color space, you are reproducing that color spectrum wave function by only selecting three frequencies out of the whole spectrum with which to "broadcast" that information... and you are discarding quite a bit of additional information along the way. This is why color reproduction is quite difficult, and never really gets it "right" in most cases. Try as you might, no possible method of reproducing a color where the information has been discarded can be recreated. Heck, that is basic information theory here too.

    Some may counter that a human eye perceives only three colors anyway. Well, that isn't quite true, as there are people with sensitivity to more than three colors (tetra-chromaticity) and of course people who only perceive effectively two or even one color ("color blindness"). Even with all that, not all people perceive the same colors either in the same way, so what may look "good" to one person may look "awful" to somebody else. What it all boils down to is that to really do a proper representation of the color, it really is vitally important to completely and accurately reproduce that entire wave function which represents all possible frequencies.

    Think of it more this way, perhaps. Imagine if you were listening to some music, but the recording medium only reproduced the songs with three frequencies for playback. It would be some rather boring music. BTW, it is possible to "sample" light in the same manner that sound is sampled to give a more accurate reproduction of a color, but that would be an insane amount of data as the sampling frequency would have to be on the same order as the frequency of the light.... actually a higher rate of sampling to be precise.

    One of the really nice things about light from an incandescent light bulb is that it is spread out over nearly the entire frequency spectrum. Traditional film projectors take advantage of that fact and when color film is shown in front of that light bulb, the frequency spread of various color layers on the film tend to smooth out with each other and generate that continuous spectrum. It still isn't perfect and color film still has only three channels (usually) but at least an attempt to re-create that whole frequency spectrum is there. Also note that different film manufacturers have a frequency response that is sometimes different, which is why some film manufacturers are preferred over others and certainly impacts the film making process in some subtle but interesting ways.

    For LCD screens and worse yet for LED systems, the frequency curve isn't nearly so good. If you would look at it with a diffraction grating or prism that separates the colors out, you would see some sharp lines rather than a continuous spectrum. That is where the real problem lies with LCD panels and why color accuracy is not very good. Certainly adding a yellow line to that curve would generally help to smooth out that spectrum or at least add some more visual information, even if that color information isn't being directly recorded by the storage medium.