comparison tools/lib64gfx.c @ 2203:b259312ddb59

Add description field to DMC64Palette.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 01:58:05 +0300
parents 9f3fb4004c20
children cbac4912992c
comparison
equal deleted inserted replaced
2202:455a3849b8ac 2203:b259312ddb59
16 // Some "default" C64 palettes 16 // Some "default" C64 palettes
17 // 17 //
18 DMC64Palette dmC64DefaultPalettes[] = 18 DMC64Palette dmC64DefaultPalettes[] =
19 { 19 {
20 { 20 {
21 "Pepto", 21 "pepto",
22 "Pepto's classic (default)",
22 { 23 {
23 { 0x00, 0x00, 0x00, 0xff }, 24 { 0x00, 0x00, 0x00, 0xff },
24 { 0xFF, 0xFF, 0xFF, 0xff }, 25 { 0xFF, 0xFF, 0xFF, 0xff },
25 { 0x68, 0x37, 0x2B, 0xff }, 26 { 0x68, 0x37, 0x2B, 0xff },
26 { 0x70, 0xA4, 0xB2, 0xff }, 27 { 0x70, 0xA4, 0xB2, 0xff },
37 { 0x6C, 0x5E, 0xB5, 0xff }, 38 { 0x6C, 0x5E, 0xB5, 0xff },
38 { 0x95, 0x95, 0x95, 0xff }, 39 { 0x95, 0x95, 0x95, 0xff },
39 }, 40 },
40 }, 41 },
41 { 42 {
43 "colodore",
42 "Colodore", 44 "Colodore",
43 { 45 {
44 { 0x00, 0x00, 0x00, 0xff }, 46 { 0x00, 0x00, 0x00, 0xff },
45 { 0xff, 0xff, 0xff, 0xff }, 47 { 0xff, 0xff, 0xff, 0xff },
46 { 0x96, 0x28, 0x2e, 0xff }, 48 { 0x96, 0x28, 0x2e, 0xff },
58 { 0x68, 0x64, 0xff, 0xff }, 60 { 0x68, 0x64, 0xff, 0xff },
59 { 0xae, 0xae, 0xae, 0xff }, 61 { 0xae, 0xae, 0xae, 0xff },
60 }, 62 },
61 }, 63 },
62 { 64 {
65 "vice3",
63 "VICE 3.3", 66 "VICE 3.3",
64 { 67 {
65 { 0x00, 0x00, 0x00, 0xff }, 68 { 0x00, 0x00, 0x00, 0xff },
66 { 0xfd, 0xfe, 0xfc, 0xff }, 69 { 0xfd, 0xfe, 0xfc, 0xff },
67 { 0xbe, 0x1a, 0x24, 0xff }, 70 { 0xbe, 0x1a, 0x24, 0xff },