Can Arduino do RGB-type output?

I tried to search on Google and many result indicated that Arduino don't have the power to generate a full color video via composite because of changing phase shift and frequency but what if Arduino made output in just red, green, blue, and sync? If the timing is right, and the ouytput is connected to a video chip like CX1145 I took out of a Sega Genesis, can it be done?

I'm not looking for fancy graphics, I wanted to build an old school color bar generator so I can properly test older TVs. (all color present? Stead image? sharp edge between bars? etc) New pattern generator starts at over $150 a pop (YIKES) so if I can make one with a $5 chip, an oscillator of optimal frequency, and a dead sega Genesis I got for $5 it would go a long way toward saving costs.

If my memory serves, standard NTSC TV's (both 240i and 480p) horizontal operates at 15,750Hz frequency and each line would change only 8 times in this order: White, Yellow, Cyan, Green, Magenta, Red, then blue before it goes all black for the sync. Some of you are probably aware that color order are actually green the first half, red first and third 1/4, and blue alternating 1/8th (the final 1/8th is not visible on screen as it'd be all black for the sync) I remember reading that the actual signal can be 1Mhz

Can it be done or is that still too fast for arduino to time? ATMega328 can do 20MHz easy, or I could pick up a Due with 84MHz cpu but it seems like a huge board just for a few I/O pins

If you have an Uno (but not Leonardo or Mega), you might want to check out the Video Experimenter shield. I must admit to buying one, but not actually investigating what it can do. Video Experimenter: Arduino shield that lets you do all kinds of experiments with video.

For just colour bars then the Arduino is fast enough. There have been many low res video generators made and I think there is even a library. Search for it.

Composite NTSC. TVout Color - NTSC [upped new code - Oct. 04] - Displays - Arduino Forum

Nice!!!

Now if someone could make Atari-esque video game system with a $3 chip, I'm sure it'd get popular.