Image:CGA CompVsRGB Text.png
From Wikipedia, the free encyclopedia
Size of this preview: 800 × 250 pixels
Full resolution (1,280 × 400 pixels, file size: 177 KB, MIME type: image/png)
CGA 80-column text display on RGB vs. Composite monitors. Created with the following BASICA code:
10 COLOR 7,0:CLS:DEFINT A-Z 20 LOCATE 1,1:COLOR 0,7:PRINT "80-column text on the Color/Graphics Adapter, RGB versus Composite " 30 LOCATE 3,1:COLOR 7,0:PRINT "80-column text is difficult to read on a composite color monitor. The reason" 40 PRINT "is that due to imperfect separation of the luma/chroma signal components," 50 PRINT "colorful swirls will appear around high-resolution patterns, as used in" 60 PRINT "80-column text." 70 PRINT "Depending on the choice of text and background color, the result may well be" 80 PRINT "completely indecipherable:":PRINT 90 COLOR 7,0: PRINT " Gray on black may not look pretty, but at least it's still readable.":PRINT 100 COLOR 7,1: PRINT " Gray on blue on the other hand is a lot harder to read.":PRINT 110 COLOR 7,0: PRINT " Finally, ";:COLOR 5,2:PRINT " magenta on green ";:COLOR 7,0:PRINT " is not legible at all on a composite monitor.":PRINT 120 PRINT "Here are all possible color combinations:" 130 FOR F=0 TO 15:FOR B=0 TO 7 140 COLOR F,B:PRINT "COLOR"; 150 NEXT B:NEXT F 160 X$=INKEY$:IF X$="" THEN GOTO 160
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide. In case this is not legally possible, |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Dimensions | User | Comment | |
---|---|---|---|---|
current | 23:29, 24 July 2007 | 1,280×400 (177 KB) | NewRisingSun (Talk | contribs) |
- Search for duplicate files
- Edit this file using an external application
See the setup instructions for more information.
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):