home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / fractal / fdesi313 / fdes308s / fdeshres.h < prev    next >
Encoding:
Text File  |  1990-01-17  |  536 b   |  15 lines

  1. /*
  2.         Header file for fdeshres
  3. */
  4. /*
  5. void init256(unsigned char mode);
  6. void putpixel256(int col, int row, unsigned char color);
  7. unsigned char getpixel256(int col, int row);
  8. void set_palette(int quantize);
  9. int vcard_type_check(void);      /* returns 0 if cancelled, mode# if successful */
  10. */
  11. extern int pixel_max;                   /* largest pixel put value since last
  12.                                            last 'set_palette' */
  13. extern int color_shift;                 /* color shift used in 256 color mode */
  14.  
  15.