home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d020_1_4 / 6.ddi / MYPAL / MYPAL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-01  |  249 b   |  9 lines

  1. #define PALETTESIZE    256    /* Number of entries in the system palette     */
  2.  
  3. typedef struct tagRGPT {       /* Values for setting Min Max info          */
  4.     int iInfo[10];
  5. } RGPT;
  6. typedef RGPT FAR *LPRGPT;
  7.  
  8. extern void ShowColor(HWND, HDC);
  9.