Lines Matching defs:color

2076       return "3x3 color matrix";
2939 /* 12 bytes for 24bit color - 48bit is untested w/ Office */
4461 DBG (3, "attach: [36] Bitfield:%s%s%s%s%s%s%s color plane\n",
4464 BIT(i, 1)?" 3-pass color":"",
4465 BIT(i, 2)?" 1-pass color":"",
4466 BIT(i, 2) && BIT(i, 0) ?" 1-pass color (ScanPartner only)":"",
4485 DBG (3, "attach: [44-45] X res. in color: %d dpi\n",
4487 DBG (3, "attach: [46-47] Y res. in color: %d dpi\n",
4521 DBG (3, "attach: [53] line difference (software color pack): %d\n", result[53]);
4522 DBG (3, "attach: [54] color mode pixel boundary: %d\n", result[54]);
4897 else /* tested on AV3200 with it's max of 300dpi @color */
5212 /* software format it as 1 line if true color scan */
5303 /* do we use a color mode? */
5305 send_type_q = 0x12; /* color calib data */
5493 /* set to green, TODO: should depend on color drop-out and true-gray -ReneR */
5565 /* set to green, TODO: should depend on color drop-out and true-gray -ReneR */
5664 /* do we use a color mode? */
5666 DBG (3, "normal_calibration: using color calibration\n");
5667 read_type = 0x62; /* read color calib data */
5674 /* do white calibration: read gray or color data */
5788 int color; /* current color */
5850 for (color = 0; color < 3 && status == SANE_STATUS_GOOD; ++ color)
5852 /* color: 0=red; 1=green; 2=blue */
5853 set_double (scmd.datatypequal, color);
5868 v1 = (double) s->gamma_table [1 + color][j];
5872 v2 = (double) s->gamma_table [1 + color][j + 1];
5999 cmd.scmd.datatypecode = AVISION_DATATYPECODE_3X3_COLOR_MATRIX; /* 0x83 for 3x3 color matrix */
6510 /* according to spec only 8-bit gray or color, TODO: test for bi-level scans */
7008 /* color mode */
7837 if (s->avdimen.line_difference > 0) /* color-pack */
7852 } /* end color pack */