Home
last modified time | relevance | path

Searched refs:OPT_B_BRIGHTNESS (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dcoolscan.h77 OPT_B_BRIGHTNESS, enumerator
H A Dcoolscan.c2948 scanner->opt[OPT_B_BRIGHTNESS].name = "blue-brightness"; in init_options()
2949 scanner->opt[OPT_B_BRIGHTNESS].title = "Blue brightness"; in init_options()
2950 scanner->opt[OPT_B_BRIGHTNESS].desc = SANE_DESC_BRIGHTNESS; in init_options()
2951 scanner->opt[OPT_B_BRIGHTNESS].type = SANE_TYPE_INT; in init_options()
2952 scanner->opt[OPT_B_BRIGHTNESS].unit = SANE_UNIT_NONE; in init_options()
2953 scanner->opt[OPT_B_BRIGHTNESS].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2954 scanner->opt[OPT_B_BRIGHTNESS].constraint.range = &brightness_range; in init_options()
2955 scanner->opt[OPT_B_BRIGHTNESS].cap |= SANE_CAP_INACTIVE; in init_options()
3521 case OPT_B_BRIGHTNESS: in sane_control_option()
3713 scanner->opt[OPT_B_BRIGHTNESS] in sane_control_option()
[all...]

Completed in 6 milliseconds