Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
854 B

  1. //***************************************************************************************************
  2. // N5COLSB.H
  3. //
  4. // C Header (Functions of dither and color matching (For N5 printer))
  5. //---------------------------------------------------------------------------------------------------
  6. // copyright(C) 1997-2000 CASIO COMPUTER CO.,LTD. / CASIO ELECTRONICS MANUFACTURING CO.,LTD.
  7. //***************************************************************************************************
  8. //***************************************************************************************************
  9. // Functions
  10. //***************************************************************************************************
  11. VOID WINAPI N501ColCtrRgb(DWORD, LPRGB, LPRGBINF);
  12. VOID WINAPI N501ColCtrCmy(DWORD, LPCMYK, LPCMYKINF);
  13. // End of N5COLSB.H