From 6c6fad82f9ec69d8090e9b3af9d45b002265d957 Mon Sep 17 00:00:00 2001 From: Andy Hertzfeld Date: Tue, 28 Mar 2000 01:30:14 +0000 Subject: changed how selection emboldening works, also, clean-ups and bug fixes in changed how selection emboldening works, also, clean-ups and bug fixes in the graphic effects --- libnautilus-extensions/nautilus-graphic-effects.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libnautilus-extensions/nautilus-graphic-effects.h') diff --git a/libnautilus-extensions/nautilus-graphic-effects.h b/libnautilus-extensions/nautilus-graphic-effects.h index 54adea40a..1d84e4b15 100644 --- a/libnautilus-extensions/nautilus-graphic-effects.h +++ b/libnautilus-extensions/nautilus-graphic-effects.h @@ -35,6 +35,9 @@ GdkPixbuf* create_spotlight_pixbuf (GdkPixbuf* source_pixbuf); /* return a darkened pixbuf for selection hiliting */ GdkPixbuf* create_darkened_pixbuf (GdkPixbuf *src, int saturation, int darken); +/* return a pixbuf colorized with the color specified by the parameter */ +GdkPixbuf* create_colorized_pixbuf(GdkPixbuf *src, int red_value, int green_value, int blue_value); + /* return a semi-transparent pixbuf from the source pixbuf using a checkboard stipple in the alpha channel (so it can be converted to an alpha-less pixmap) */ GdkPixbuf* make_semi_transparent(GdkPixbuf *source_pixbuf); -- cgit v1.2.1