home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / fractal / fdesi313 / fdes13s / fdeshres.h < prev    next >
C/C++ Source or Header  |  1990-06-19  |  480b  |  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);
  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.