docs/ikteam: Delete most files.
[haiku.git] / src / preferences / appearance / Colors.h
blob5d0e2babb34f50875a3a34bff8e4a17cab5408eb
1 /*
2 * Copyright 2001-2015, Haiku.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * DarkWyrm <bpmagic@columbus.rr.com>
7 * Rene Gollent <rene@gollent.com>
8 * Joseph Groover <looncraz@looncraz.net>
9 */
10 #ifndef COLORS_H
11 #define COLORS_H
14 #include <InterfaceDefs.h>
17 typedef struct {
18 color_which which;
19 const char* text;
20 } ColorDescription;
23 const ColorDescription* get_color_description(int32 index);
24 int32 color_description_count(void);
25 void get_default_colors(BMessage* storage);
26 void get_current_colors(BMessage* storage);
29 #endif // COLORS_H