From b0442de485dcb6328366d9b05a62af345e5fa39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Neuwirth?= Date: Fri, 1 May 2009 14:58:58 +0200 Subject: Adding cpixelformat_indexd8.h and .cpp. Adding virtual methode getColorMode to CPixelFormat. Adding color table to CBitmap. Adding implementation of CPixmap --- ue2/imgsynth2/test/yellow_man1_indexed8_in.xpm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ue2/imgsynth2/test/yellow_man1_indexed8_in.xpm') diff --git a/ue2/imgsynth2/test/yellow_man1_indexed8_in.xpm b/ue2/imgsynth2/test/yellow_man1_indexed8_in.xpm index cbfe217..6e5fa2c 100644 --- a/ue2/imgsynth2/test/yellow_man1_indexed8_in.xpm +++ b/ue2/imgsynth2/test/yellow_man1_indexed8_in.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * yellow_man1_default_xpm[] = { -"9 17 2 1", +"9 17 2 1 0 0 XPMEXT", ". c #000000", "# c #FFF200", ".........", @@ -19,4 +19,9 @@ static char * yellow_man1_default_xpm[] = { "...#.#...", "...#.#...", ".........", -"........."}; +"........." +"XPMEXT ext1 data1", +"XPMEXT ext2", +"data2_1", +"data2_2", +"XPMENDEXT"}; -- cgit v1.2.3