wxWidgets/samples/sample.xpm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
1.3 KiB
C
Raw Normal View History

/* XPM */
static const char *const sample_xpm[] = {
"32 32 10 1",
" c None",
". c #2020FF",
"+ c #8080FF",
"@ c #C0C0FF",
"# c #FFFF00",
"$ c #FFFF80",
"% c #FF2020",
"& c #FF4848",
"* c #FFFFDF",
"= c #FFC0C0",
" ",
" ",
" ",
" ",
" ",
" .............. ",
" .++++++++++++. ",
" .++++++++++++. ",
" .+@@+++++++++. ",
" .+@@+++++++++. ",
" .+@@+++++++++. ",
" .+@@++++++##############",
" .+@@++++++#$$$$$$$$$$$$#",
"%%%%%%%%.+@@++++++#$$$$$$$$$$$$#",
"%&&&&&&&.+@@++++++#$**$$$$$$$$$#",
"%&&&&&&&.+@@++++++#$**$$$$$$$$$#",
"%&==&&&&.+++++++++#$**$$$$$$$$$#",
"%&==&&&&.+++++++++#$**$$$$$$$$$#",
"%&==&&&&..........#$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$$$$$$$$$$$$#",
"%&==&&&&&&&&&% #$$$$$$$$$$$$#",
"%&&&&&&&&&&&&% ##############",
"%&&&&&&&&&&&&% ",
"%%%%%%%%%%%%%% ",
" ",
" ",
" ",
" ",
" "
};