Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> hirescol set 640x200 graphics color pp 164</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 HIRESCOL                 Set 640x200 Graphics Color                  pp 164

 Syntax:  HiResColor (Color) ;

 Type:    Integer

 Form:    Graphics Procedure

 Purpose: Set 640x200 graphics screen foreground to Color.

 Colors:  0: Black        4: Red           8: DarkGray      12: LightRed
          1: Blue         5: Magenta       9: LightBlue     13: LightMagenta
          2: Green        6: Brown        10: LightGreen    14: Yellow
          3: Cyan         7: LightGray    11: LightCyan     15: White


 ----------------------------------------------------------------------------



 Usage:
       BEGIN
          HiRes          ;
          HiResColor (1) ;
       END.

See Also: HiRes

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson