home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / colorwheel_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  694b  |  25 lines

  1. #ifndef  CLIB_COLORWHEEL_PROTOS_H
  2. #define  CLIB_COLORWHEEL_PROTOS_H
  3. /*
  4. **    $VER: colorwheel_protos.h 39.1 (21.07.92)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef  GADGETS_COLORWHEEL_H
  16. #include <gadgets/colorwheel.h>
  17. #endif
  18. /*--- functions in V39 or higher (beta release for developers only) ---*/
  19.  
  20. /* Public entries */
  21.  
  22. void ConvertHSBToRGB( struct ColorWheelHSB *hsb, struct ColorWheelRGB *rgb );
  23. void ConvertRGBToHSB( struct ColorWheelRGB *rgb, struct ColorWheelHSB *hsb );
  24. #endif     /* CLIB_COLORWHEEL_PROTOS_H */
  25.