summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-color.h
blob: 327235db882c10fe3cb6953be9c9e09c5f352087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PANEL_COLOR_H
#define PANEL_COLOR_H

#include <gdk/gdk.h>

G_BEGIN_DECLS

void gtk_style_shade (GdkRGBA *a, GdkRGBA *b, gdouble k);

G_END_DECLS

#endif