Pal2
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.000 sec
Graphics of the First Kind Code Addendum 04     

Group: comp.lang.forth · Group Profile · Search for Pal2 in comp.lang.forth
Author: Tim Trussell
Date: Dec 8, 2006 08:03

... 0 fill \ the work palette create Pal2[] here 256 3 * dup allot 0 ..., then suddenly bang it to screen. Pal2 is used to "remember" \ the original ...0 do i GetPal \ r g b Pal2[] i 3 * + R R@ .blue C!...i dup GetPal \ i r g b Pal2[] i 3 * + R \ i r g ... WaitRetrace 256 0 do i Pal2[] i 3 * + R R@ .red C@...
Show full article (10.37Kb)
Graphics of the First Kind Part IV     

Group: comp.lang.forth · Group Profile · Search for Pal2 in comp.lang.forth
Author: Tim Trussell
Date: Dec 8, 2006 08:01

... of BYTE; In 32Forth: create Pal2[] here 256 3 * dup allot ...i GetPal \ r g b Pal2[] i 3 * + R \ r g ... version of FadeUp: Note that Pal2[] is being used as a...GetPal \ i r g b Pal2[] i 3 * + R \ i r...WaitRetrace 256 0 do i Pal2[] i 3 * R R@ .red...
Show full article (16.53Kb)