home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / 52capi.zip / COLOR.CH < prev    next >
Text File  |  1993-02-15  |  389b  |  20 lines

  1. /***
  2. *
  3. *  Color.ch
  4. *
  5. *  Color indices for COLORSELECT() function
  6. *
  7. *  Copyright (c) 1992-1993, Computer Associates International, Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12. #define CLR_STANDARD           0 
  13. #define CLR_ENHANCED           1
  14. #define CLR_BORDER             2
  15. #define CLR_BACKGROUND         3     // Unsupported
  16. #define CLR_UNSELECTED         4
  17.  
  18. #define _COLOR_CH
  19.  
  20.