wxWidgets/contrib/samples/ogl/studio/bitmaps/newpoint.xpm

26 lines
499 B
C
Raw Normal View History

/* XPM */
static char *newpoint_xpm[] = {
/* width height num_colors chars_per_pixel */
" 16 15 3 1",
/* colors */
". c #000000",
"# c #c0c0c0",
"a c #ffff00",
/* pixels */
"#######a########",
"###a###a###a####",
"####a##a##a#####",
"#####a#a#a######",
"################",
"##aaa#....#aaa##",
"######....######",
"................",
"######....######",
"######....######",
"################",
"################",
"################",
"################",
"################"
};