Lines Matching defs:correction
204 2000-05-28 Turned on scanner based color correction.
226 2000-04-06 Did some cleanup on the gamma correction part. The user
266 2000-02-03 Gamma curves now coupled with gamma correction menu.
284 started support for user defined color correction -
418 * | | | | | | | | | | | | | set color correction
426 * | | | | | | | | | | | | | | | | | | | | | set color correction coefficients
604 * Color correction:
607 * and one array to mark the user defined color correction (dolor_userdefined[]).
639 * Gamma correction:
1250 * Sends the "set color correction coefficients" command with the currently selected
3027 /* color correction */
3028 s->opt[OPT_COLOR_CORRECTION].name = "color-correction";
3029 s->opt[OPT_COLOR_CORRECTION].title = SANE_I18N ("Color correction");
3032 ("Sets the color correction table for the selected output device.");
3073 s->opt[OPT_CCT_GROUP].title = SANE_I18N ("Color correction coefficients");
3079 /* color correction coefficients */
4818 * Calculate correction for line_distance in D1 scanner:
5041 DBG (5, "SANE_START: Color correction: %d\n", (int) buf[28]);
5975 int correction = sizeof (EpsonIdentRec) - sizeof (EpsonHdrRec);
5976 for (n = (count - correction), buf = ident->buf; n; n -= k, buf += k)