home *** CD-ROM | disk | FTP | other *** search
/ fxPAINT 1.0 / fxPAINT 1.0.iso / tools / ics / software / ics.lzh / ICS / Programmer / fd / ics.fd
Encoding:
Text File  |  2001-09-05  |  476 b   |  20 lines

  1. ** ics.fd
  2. ##base _ICSBase
  3. ##bias 30
  4. ##public
  5. CreateIDCA(tags)(A0)
  6. *tagcall
  7. DeleteIDC(idc)(A0)
  8. SetIDCMode(idc,flag)(A0,D0)
  9. SetupIDCColorMatchingA(idc,screen,tags)(A0/A1,D0)
  10. *tagcall
  11. CreateIDCTransformA(idc,tags)(A0/A1)
  12. *tagcall
  13. DeleteIDCTransform(hColorTransform)(A0)
  14. TranslateColors(hColorTransform,paInoutColors,nColors,ctInpout,paOutputColors,ctOutput)(A0/A1,D0/D1,A2,D2)
  15. ICSErr(idc)(A0)
  16. ICSFault(idc,header)(A0/A1)
  17. ICSStatusWinA(hColorTransform,tags)(A0/A1)
  18. *tagcall
  19. ##end
  20.