home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWGraphx / FWPalete.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  762 b   |  30 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWPalete.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWPALETE_H
  11. #define FWPALETE_H
  12.  
  13. #ifndef SLPALETE_H
  14. #include "SLPalete.h"
  15. #endif
  16.  
  17. //========================================================================================
  18. //    Palette functions
  19. //========================================================================================
  20.  
  21. FW_Palette
  22. FW_CreatePalette(
  23.     const FW_SColor*    colors,
  24.     short                nColorCount);
  25.  
  26. FW_Palette
  27. FW_CopyPalette(FW_Palette palette);
  28.  
  29. #endif // FWPALETE_H
  30.