home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c222 / 1.ddi / INC / GR_DEFS.H < prev    next >
Encoding:
Text File  |  1991-01-17  |  667 b   |  21 lines

  1. /*********************
  2.  *
  3.  *  gr_defs.h [NON-ANSI] - definition file for graphics variables.
  4.  *
  5.  *  Purpose: This file contains the definitions for graphics variables
  6.  *           such as color palette.
  7.  *
  8.  *  Blackstar C Function Library
  9.  *  (c) Copyright 1985,1989 Sterling Castle Software
  10.  *
  11.  *******/
  12.  
  13. /*
  14.  * color palette --  indexed by color value, see sc_head.h for color values
  15.  */
  16.  
  17. char gr_egap_[17]  = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,00};
  18. /* first palette entry is used to identify the color id # used by bios */
  19. char gr_cgap0_[17] = {0,0,1,0,2,0,3,0,0,0,1,0,2,0,3,0,00};
  20. char gr_cgap1_[17] = {0,0,0,1,0,2,0,3,0,0,0,1,0,2,0,3,01};
  21.