gimp/data/palettes/Volcano.gpl

260 lines
3.1 KiB
Plaintext
Raw Normal View History

Made a GimpContainer out of the palette list: 2001-02-11 Michael Natterer <mitch@gimp.org> Made a GimpContainer out of the palette list: * app/Makefile.am * app/palettes.[ch]: new files for the global palette list. * app/gimpgradientpreview.[ch] * app/gimppalettepreview.[ch]: new widgets. * app/gimppalette.[ch]: derive it from GimpData to get all the preview etc. stuff. * app/datafiles.[ch]: new function datafiles_check_extension(), added a "loader_data" parameter to datafiles_read_directories() and pass it to the loader function. * app/gimpcontext.[ch]: added the palette (not really used yet except by the test dialogs). * app/gimpdatalist.[ch]: new function gimp_data_list_save_and_clear() which does everything needed for patterns_free(), brushes_free() ... * app/gimpdnd.c: added palette DND. * app/app_procs.c * app/brushes.c * app/color_notebook.h * app/commands.c * app/convert.c * app/gimpbrush.h * app/gimpbrushpipe.h * app/gimpgradient.c * app/gimppattern.h * app/gimppreview.c * app/gradients.c * app/module_db.c * app/palette.[ch] * app/paletteP.h * app/palette_import.c * app/palette_select.[ch] * app/patterns.c * app/plug_in.c * app/pdb/convert_cmds.c * app/pdb/palette_cmds.c * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/palette.pdb: lotsa stuff: changed due to the above API changes, #define the file extensions in the GimpData subclasses' header files instead of hardcoding them in several places, ... * data/palettes/*: The same file format change as for the gradient files: - Save the palette name in a parsable form (as part of the file format, not in a comment. - Removed unserscores from the palette names. - Added an extension (Gimp PaLettes are ".gpl" files now ;-)
2001-02-12 00:14:25 +08:00
GIMP Palette
Name: Volcano
#
0 0 0 grey0
0 0 0 grey0
0 0 8
0 0 16
0 0 24
0 0 32
0 0 40
0 0 48
0 0 56
0 0 64
0 0 72
0 0 84
0 0 92
0 0 100
0 0 108
0 0 116
0 0 124
0 0 132
0 0 140
0 0 148
0 0 156
0 0 168
0 0 176
0 0 184
0 0 192
0 0 200
0 0 208
0 0 216
0 0 224
0 0 232
0 0 240
0 0 252
8 0 252
16 0 252
24 0 252
32 0 252
40 0 252
48 0 252
56 0 252
64 0 252
72 0 252
84 0 252
92 0 252
100 0 252
108 0 252
116 0 252
124 0 252
132 0 252
140 0 252
148 0 252
156 0 252
168 0 252
176 0 252
184 0 252
192 0 252
200 0 252
208 0 252
216 0 252
224 0 252
232 0 252
240 0 252
252 0 252
252 0 244
252 0 236
252 0 228
252 0 220
252 0 212
252 0 200
252 0 192
252 0 184
252 0 176
252 0 168
252 0 160
252 0 148
252 0 140
252 0 132
252 0 124
252 0 116
252 0 108
252 0 96
252 0 88
252 0 80
252 0 72
252 0 64
252 0 56
252 0 44
252 0 36
252 0 28
252 0 20
252 0 12
252 0 0
252 8 0
252 16 0
252 24 0
252 32 0
252 40 0
252 48 0
252 56 0
252 64 0
252 72 0
252 80 0
252 88 0
252 96 0
252 104 0
252 112 0
252 120 0
252 128 0
252 128 0
252 132 0
252 136 0
252 140 0
252 144 0
252 148 0
252 152 0
252 156 0
252 160 0
252 164 0
252 168 0
252 172 0
252 176 0
252 180 0
252 184 0
252 188 0
252 192 0
252 196 0
252 200 0
252 204 0
252 208 0
252 212 0
252 216 0
252 220 0
252 224 0
252 228 0
252 232 0
252 236 0
252 240 0
252 244 0
252 248 0
252 252 0
248 252 0
240 252 0
232 252 0
224 252 0
216 252 0
208 252 0
200 252 0
192 252 0
184 252 0
176 252 0
168 252 0
160 252 0
152 252 0
144 252 0
136 252 0
128 252 0
Made a GimpContainer out of the palette list: 2001-02-11 Michael Natterer <mitch@gimp.org> Made a GimpContainer out of the palette list: * app/Makefile.am * app/palettes.[ch]: new files for the global palette list. * app/gimpgradientpreview.[ch] * app/gimppalettepreview.[ch]: new widgets. * app/gimppalette.[ch]: derive it from GimpData to get all the preview etc. stuff. * app/datafiles.[ch]: new function datafiles_check_extension(), added a "loader_data" parameter to datafiles_read_directories() and pass it to the loader function. * app/gimpcontext.[ch]: added the palette (not really used yet except by the test dialogs). * app/gimpdatalist.[ch]: new function gimp_data_list_save_and_clear() which does everything needed for patterns_free(), brushes_free() ... * app/gimpdnd.c: added palette DND. * app/app_procs.c * app/brushes.c * app/color_notebook.h * app/commands.c * app/convert.c * app/gimpbrush.h * app/gimpbrushpipe.h * app/gimpgradient.c * app/gimppattern.h * app/gimppreview.c * app/gradients.c * app/module_db.c * app/palette.[ch] * app/paletteP.h * app/palette_import.c * app/palette_select.[ch] * app/patterns.c * app/plug_in.c * app/pdb/convert_cmds.c * app/pdb/palette_cmds.c * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/palette.pdb: lotsa stuff: changed due to the above API changes, #define the file extensions in the GimpData subclasses' header files instead of hardcoding them in several places, ... * data/palettes/*: The same file format change as for the gradient files: - Save the palette name in a parsable form (as part of the file format, not in a comment. - Removed unserscores from the palette names. - Added an extension (Gimp PaLettes are ".gpl" files now ;-)
2001-02-12 00:14:25 +08:00
124 252 0 LawnGreen
116 252 0
108 252 0
100 252 0
92 252 0
84 252 0
76 252 0
68 252 0
60 252 0
52 252 0
44 252 0
36 252 0
28 252 0
20 252 0
12 252 0
4 252 0
12 252 0
20 252 0
28 252 0
36 252 0
44 252 0
52 252 0
60 252 0
68 252 0
76 252 0
84 252 0
92 252 0
100 252 0
108 252 0
116 252 0
Made a GimpContainer out of the palette list: 2001-02-11 Michael Natterer <mitch@gimp.org> Made a GimpContainer out of the palette list: * app/Makefile.am * app/palettes.[ch]: new files for the global palette list. * app/gimpgradientpreview.[ch] * app/gimppalettepreview.[ch]: new widgets. * app/gimppalette.[ch]: derive it from GimpData to get all the preview etc. stuff. * app/datafiles.[ch]: new function datafiles_check_extension(), added a "loader_data" parameter to datafiles_read_directories() and pass it to the loader function. * app/gimpcontext.[ch]: added the palette (not really used yet except by the test dialogs). * app/gimpdatalist.[ch]: new function gimp_data_list_save_and_clear() which does everything needed for patterns_free(), brushes_free() ... * app/gimpdnd.c: added palette DND. * app/app_procs.c * app/brushes.c * app/color_notebook.h * app/commands.c * app/convert.c * app/gimpbrush.h * app/gimpbrushpipe.h * app/gimpgradient.c * app/gimppattern.h * app/gimppreview.c * app/gradients.c * app/module_db.c * app/palette.[ch] * app/paletteP.h * app/palette_import.c * app/palette_select.[ch] * app/patterns.c * app/plug_in.c * app/pdb/convert_cmds.c * app/pdb/palette_cmds.c * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/palette.pdb: lotsa stuff: changed due to the above API changes, #define the file extensions in the GimpData subclasses' header files instead of hardcoding them in several places, ... * data/palettes/*: The same file format change as for the gradient files: - Save the palette name in a parsable form (as part of the file format, not in a comment. - Removed unserscores from the palette names. - Added an extension (Gimp PaLettes are ".gpl" files now ;-)
2001-02-12 00:14:25 +08:00
124 252 0 LawnGreen
128 252 0
132 252 0
136 252 0
140 252 0
144 252 0
148 252 0
152 252 0
156 252 0
160 252 0
164 252 0
168 252 0
172 252 0
176 252 0
180 252 0
184 252 0
188 252 0
192 252 0
196 252 0
200 252 0
204 252 0
208 252 0
212 252 0
216 252 0
220 252 0
224 252 0
228 252 0
232 252 0
236 252 0
240 252 0
244 252 0
248 252 0
252 252 0
252 232 0
252 208 0
252 184 0
252 164 0
252 140 0
252 116 0
252 92 0
252 72 0
252 48 0
252 24 0
252 0 0
252 8 0
252 20 0
252 32 0
252 44 0
252 56 0
252 68 0
252 80 0
252 88 0
252 100 0
252 112 0
252 124 0
252 136 0
252 148 0
252 160 0
252 168 0
252 180 0
252 192 0
252 204 0
252 216 0
252 228 0
252 240 0
252 252 0
Made a GimpContainer out of the palette list: 2001-02-11 Michael Natterer <mitch@gimp.org> Made a GimpContainer out of the palette list: * app/Makefile.am * app/palettes.[ch]: new files for the global palette list. * app/gimpgradientpreview.[ch] * app/gimppalettepreview.[ch]: new widgets. * app/gimppalette.[ch]: derive it from GimpData to get all the preview etc. stuff. * app/datafiles.[ch]: new function datafiles_check_extension(), added a "loader_data" parameter to datafiles_read_directories() and pass it to the loader function. * app/gimpcontext.[ch]: added the palette (not really used yet except by the test dialogs). * app/gimpdatalist.[ch]: new function gimp_data_list_save_and_clear() which does everything needed for patterns_free(), brushes_free() ... * app/gimpdnd.c: added palette DND. * app/app_procs.c * app/brushes.c * app/color_notebook.h * app/commands.c * app/convert.c * app/gimpbrush.h * app/gimpbrushpipe.h * app/gimpgradient.c * app/gimppattern.h * app/gimppreview.c * app/gradients.c * app/module_db.c * app/palette.[ch] * app/paletteP.h * app/palette_import.c * app/palette_select.[ch] * app/patterns.c * app/plug_in.c * app/pdb/convert_cmds.c * app/pdb/palette_cmds.c * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/palette.pdb: lotsa stuff: changed due to the above API changes, #define the file extensions in the GimpData subclasses' header files instead of hardcoding them in several places, ... * data/palettes/*: The same file format change as for the gradient files: - Save the palette name in a parsable form (as part of the file format, not in a comment. - Removed unserscores from the palette names. - Added an extension (Gimp PaLettes are ".gpl" files now ;-)
2001-02-12 00:14:25 +08:00
0 0 0 grey0
0 0 0 grey0
0 0 0 grey0
0 0 0 grey0
0 0 0 grey0