From aa99d094fde27ba5dc79dfcee2509f5ae9a58017 Mon Sep 17 00:00:00 2001 From: Comment Date: Sat, 17 Aug 2013 14:27:20 +0100 Subject: RGB levels working --- rotord/src/rotor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rotor.cpp') diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 5f6d6b3..d900943 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -19,6 +19,7 @@ Node_factory::Node_factory(){ add_type("image_arithmetic",new Image_arithmetic()); add_type("luma_levels",new Luma_levels()); add_type("echo_trails",new Echo_trails()); + add_type("rgb_levels",new RGB_levels()); add_type("blend",new Blend()); add_type("mirror",new Mirror()); add_type("monochrome",new Monochrome()); -- cgit v1.2.3