home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / colorwheel.e < prev    next >
Encoding:
Text File  |  2001-08-12  |  387 b   |  11 lines

  1. OPT MODULE
  2. OPT EXPORT
  3. -> Module created with E:bin/fd2module from YAECv18 package.
  4. OPT NDDC
  5. -> --- functions in V39 or higher (Release 3) ---
  6. -> 
  7. ->  Public entries
  8. -> 
  9. #macro ConvertHSBToRGB(hsb,rgb) IS Stores(colorwheelbase,hsb,rgb) BUT Loads(A6,A0,A1) BUT ASM ' jsr -30(a6)'
  10. #macro ConvertRGBToHSB(rgb,hsb) IS Stores(colorwheelbase,rgb,hsb) BUT Loads(A6,A0,A1) BUT ASM ' jsr -36(a6)'
  11.