summaryrefslogtreecommitdiff
path: root/tests/examples/gtk
diff options
context:
space:
mode:
authorFilippo Argiolas <filippo.argiolas@gmail.com>2008-10-15 16:18:22 +0200
committerMatthew Waters <ystreet00@gmail.com>2014-03-15 18:36:29 +0100
commit0ac54fdc5593a0b5eb0746b773982ded2abe80db (patch)
treec087b0448f6c153b10de6903948410ec171bf602 /tests/examples/gtk
parent5f8cc769b777a2e3eb07d2cd527a18e3f5128971 (diff)
[247/906] Import xray effect
Add xray effect. Maps luma to a negative, slightly cyan tinted, curve, applies some light gaussian blur and multiplies it with its sobel edges. Not sure about the name, likely to change. Probably still needs some tuning.
Diffstat (limited to 'tests/examples/gtk')
-rw-r--r--tests/examples/gtk/fxtest/fxtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examples/gtk/fxtest/fxtest.c b/tests/examples/gtk/fxtest/fxtest.c
index f3c2bfa98..36dd2c162 100644
--- a/tests/examples/gtk/fxtest/fxtest.c
+++ b/tests/examples/gtk/fxtest/fxtest.c
@@ -190,6 +190,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), "xray");
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sin");
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "glow");