HP PCL 5 Manual de usuario Pagina 227

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 286
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 226
EN Using Color Modes (Color LaserJet, 5, 5M, DeskJet) B-25
Examples Using the CID Command
The following examples illustrate using the CID command's short and
long forms for each color space. For clarity, data is shown as ASCII,
rather than binary and the CID command (
?*v#W) is shown as
“CID”. The following format is used:
CID ( data , data , . . . )
Device RGB or Device CMY
SHORT FORM
Example:
The short form CID command, as a C function, can look like this:
short_cid(Color_mode, Pixel_mode, BitsperIndex,
BitsperColor_1, BitsperColor_2, BitsperColor_3)
{
int Color_mode, Pixel_mode, BitsperIndex,
BitsperColor_1, BitsperColor_2, BitsperColor_3;
printf(“\033*v6W%c%c%c%c%c%c”,Color_mode,
Pixel_mode, BitsperIndex, BitsperColor_1,
BitsperColor_2, BitsperColor_3);
}
LONG FORM
CID(0,1,8,8,8,8) Device RGB, 8 bits/pixel indexed
CID(1,1,8,8,8,8) Device CMY, 8 bits/pixel indexed
CID(0,1,8,8,8,8, Device RGB, 8 bits/pixel indexed
0,0,0 White reference
100,100,100) Black reference
Vista de pagina 226
1 2 ... 222 223 224 225 226 227 228 229 230 231 232 ... 285 286

Comentarios a estos manuales

Sin comentarios