wxWidgets/samples/sample.xpm
redtide a37629b035 Update sample icon to use new logo image in more resolutions
Include resolutions up to 512x512 to improve appearance on high DPI
displays.

Closes https://github.com/wxWidgets/wxWidgets/pull/2417
2021-07-06 12:53:39 +01:00

47 lines
1.3 KiB
C

/* 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",
" ",
" ",
" ",
" ",
" ",
" .............. ",
" .++++++++++++. ",
" .++++++++++++. ",
" .+@@+++++++++. ",
" .+@@+++++++++. ",
" .+@@+++++++++. ",
" .+@@++++++##############",
" .+@@++++++#$$$$$$$$$$$$#",
"%%%%%%%%.+@@++++++#$$$$$$$$$$$$#",
"%&&&&&&&.+@@++++++#$**$$$$$$$$$#",
"%&&&&&&&.+@@++++++#$**$$$$$$$$$#",
"%&==&&&&.+++++++++#$**$$$$$$$$$#",
"%&==&&&&.+++++++++#$**$$$$$$$$$#",
"%&==&&&&..........#$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$**$$$$$$$$$#",
"%&==&&&&&&&&&% #$$$$$$$$$$$$#",
"%&==&&&&&&&&&% #$$$$$$$$$$$$#",
"%&&&&&&&&&&&&% ##############",
"%&&&&&&&&&&&&% ",
"%%%%%%%%%%%%%% ",
" ",
" ",
" ",
" ",
" "
};