summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qimagereader/images/namedcolors.xpm
blob: f6485d510ed2abdfb2350c19d83c2cd1170d65f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* XPM */
static char *xman[] = {
/* width height ncolors chars_per_pixel */
"8 8 3 1",
/* colors */
"e g4 black c pale turquoise 4",
"f m white c light golden rod yellow g4 grey",
"g g white c lemon chiffon m black",
/* pixels */
"eeeeeeee",
"ffffffff",
"gggggggg",
"gggggggg",
"gggggggg",
"gggggggg",
"gggggggg",
"gggggggg"
};