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
14 lines
854 B
//***************************************************************************************************
|
|
// N5COLSB.H
|
|
//
|
|
// C Header (Functions of dither and color matching (For N5 printer))
|
|
//---------------------------------------------------------------------------------------------------
|
|
// copyright(C) 1997-2000 CASIO COMPUTER CO.,LTD. / CASIO ELECTRONICS MANUFACTURING CO.,LTD.
|
|
//***************************************************************************************************
|
|
//***************************************************************************************************
|
|
// Functions
|
|
//***************************************************************************************************
|
|
VOID WINAPI N501ColCtrRgb(DWORD, LPRGB, LPRGBINF);
|
|
VOID WINAPI N501ColCtrCmy(DWORD, LPCMYK, LPCMYKINF);
|
|
|
|
// End of N5COLSB.H
|