[175/906] add sin effect (desaturate everything but red shades). still needs some...
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Sat, 16 Aug 2008 07:13:39 +0000 (09:13 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:25 +0000 (18:36 +0100)
tests/examples/gtk/fxtest/fxtest.c

index cc1c46a..f739540 100644 (file)
@@ -176,6 +176,7 @@ main (gint argc, gchar * argv[])
   gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "xpro");
   gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "lumaxpro");
   gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sepia");
+  gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sin");
   gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "glow");
 
   g_signal_connect (G_OBJECT (combo), "changed", G_CALLBACK (apply_fx), filter);