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