summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-graphic-effects.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-03-28 01:30:14 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-03-28 01:30:14 +0000
commit6c6fad82f9ec69d8090e9b3af9d45b002265d957 (patch)
tree374ca6f4bbb3342e2b5f40745a7a97375794eb1c /libnautilus-extensions/nautilus-graphic-effects.h
parentf1fbd3790e1ca5ae285f8b01f420fb0e8a4b3413 (diff)
downloadnautilus-6c6fad82f9ec69d8090e9b3af9d45b002265d957.tar.gz
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
Diffstat (limited to 'libnautilus-extensions/nautilus-graphic-effects.h')
-rw-r--r--libnautilus-extensions/nautilus-graphic-effects.h3
1 files changed, 3 insertions, 0 deletions
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);