alsa-tools/hdspmixer/pixmaps/peak.xpm
Adrian Knoth 015579556d hdspmixer: Improve pixmaps
- Added tick marks at 4dB intervals
- Small fixes and cleanup to buttons
- Better ALSA branding

All pixmaps provided by Reuben Martin.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-03-22 13:01:19 +01:00

11 lines
155 B
C

/* XPM */
char const * peak_xpm[] = {
"8 5 3 1",
" c #EBE000",
". c #FFFF45",
"+ c #FFFFAB",
" ",
"........",
"++++++++",
"........",
" "};