Lines Matching defs:colour
64 static char *dbg_colour (SANE_Int colour);
109 SANE_Int colour, a;
116 for (colour = 0; colour < 3; colour++)
118 if (shadingfile[colour] != NULL)
121 fprintf (shadingfile[colour], "%04i: %04x %04x\n", a,
122 (unsigned int) myCalib->white_shading[colour][a],
123 (unsigned int) myCalib->black_shading[colour][a]);
124 fclose (shadingfile[colour]);
507 dbg_colour (SANE_Int colour)
509 switch (colour)