home *** CD-ROM | disk | FTP | other *** search
- OPT MODULE
- OPT EXPORT
- -> Module created with E:bin/fd2module from YAECv18 package.
- OPT NDDC
- -> --- functions in V39 or higher (Release 3) ---
- ->
- -> Public entries
- ->
- #macro ConvertHSBToRGB(hsb,rgb) IS Stores(colorwheelbase,hsb,rgb) BUT Loads(A6,A0,A1) BUT ASM ' jsr -30(a6)'
- #macro ConvertRGBToHSB(rgb,hsb) IS Stores(colorwheelbase,rgb,hsb) BUT Loads(A6,A0,A1) BUT ASM ' jsr -36(a6)'
-