Home
last modified time | relevance | path

Searched refs:light_background (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspectrogram.c80 sox_bool light_background; member
223 case 'l': p->light_background = sox_true; break; in getopts()
594 if (p->light_background) { in make_palette()
609 int at = p->light_background ? p->spectrum_points - 1 - i : i; in make_palette()