aboutsummaryrefslogtreecommitdiffstats
path: root/notes/e-bevel-button-util.h
blob: 759a9025cccc04a050d17ce512edd62e8a64e887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __E_BEVEL_BUTTON_UTIL_H__ 
#define __E_BEVEL_BUTTON_UTIL_H__

#define LIGHTNESS_MULT  1.3
#define DARKNESS_MULT   0.7

void
e_bevel_button_util_shade (GdkColor *a,
               GdkColor *b,
               gdouble   k);

#endif /* __E_BEVEL_BUTTON_UTIL_H__ */