#ifdef USE_QUESTION_COLORS const ULONG question_colors[24] = { 0x96969696,0x96969696,0x96969696, 0x00000000,0x00000000,0x00000000, 0xe1e1e1e1,0xe1e1e1e1,0xe1e1e1e1, 0x46464646,0x60606060,0xa6a6a6a6, 0x7b7b7b7b,0x7b7b7b7b,0x7b7b7b7b, 0xafafafaf,0xafafafaf,0xafafafaf, 0xaaaaaaaa,0x90909090,0x7c7c7c7c, 0xffffffff,0xa9a9a9a9,0x97979797, }; #endif #define QUESTION_WIDTH 12 #define QUESTION_HEIGHT 14 #define QUESTION_DEPTH 3 #define QUESTION_COMPRESSION 1 #define QUESTION_MASKING 2 #ifdef USE_QUESTION_HEADER const struct BitMapHeader question_header = { 12,14,264,146,3,2,1,0,0,22,26,704,467 }; #endif #ifdef USE_QUESTION_BODY const UBYTE question_body[116] = { 0x01,0x3f,0x80,0xff,0x00,0xff,0x40,0x01,0x60,0xc0,0x01,0x1f,0x00,0xff,0xa0, 0x01,0xdf,0xe0,0x01,0x3f,0x80,0x01,0x5f,0xd0,0x01,0xbe,0xf0,0x01,0x71,0xc0, 0x01,0x30,0xc0,0x01,0xbe,0xf0,0x01,0x71,0xc0,0x01,0x30,0xc0,0x01,0xfd,0xf0, 0x01,0x03,0x80,0x01,0x05,0xc0,0x01,0x7b,0xf0,0x01,0x07,0x00,0x01,0x0b,0x80, 0x01,0x17,0xe0,0x01,0x0e,0x00,0x01,0x06,0x00,0x01,0x17,0x80,0x01,0x0e,0x00, 0x01,0x06,0x40,0x01,0x1f,0x80,0xff,0x00,0xff,0x00,0x01,0x11,0x80,0x01,0x0e, 0x00,0xff,0x00,0x01,0x17,0x80,0x01,0x0e,0x00,0x01,0x06,0x00,0x01,0x1f,0x80, 0xff,0x00,0xff,0x00,0x01,0x0f,0x80,0xff,0x00,0xff,0x00, }; #endif