[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Color fringe hires behavior
- Subject: Color fringe hires behavior
- From: "BLuRry" <brendan.robert@gmail.com>
- Date: 12 Nov 2006 21:39:47 -0800
- Complaints-to: groups-abuse@google.com
- Injection-info: h48g2000cwc.googlegroups.com; posting-host=70.113.76.244; posting-account=N5hIbA0AAACzTGVDiZh9ucUYdzqr6aq7
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
- Xref: g2news2.google.com comp.sys.apple2:14828
I've been trying to figure out a way to render hires to a double-hires
bitmap, but also taking into account the odd combinations of color
frindges. See the following example paraphrased from Sather's book
below:
1 hgr2:for a=1 to 3:read c:hcolor=c:read n:for b=1 to n: read x:hplot
x,0 to x,191:next b,a:data
4,3,0,21,42,7,9,62,83,104,125,159,180,220,247,279,3,10,20,41,105,126,161,182,206,233,262,263
I know why it happens, I'm just trying to find the most efficient way
to programatically explain this behavior. Any takers?
-B