summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-08-17 14:27:20 +0100
committerComment <tim@gray.(none)>2013-08-17 14:27:20 +0100
commitaa99d094fde27ba5dc79dfcee2509f5ae9a58017 (patch)
tree556cfba3526b2762072359d2c4bb36a0797e7461 /rotord/src/rotor.cpp
parent5084f2e72df92416254905811af99f6e419de0cf (diff)
RGB levels working
Diffstat (limited to 'rotord/src/rotor.cpp')
-rwxr-xr-xrotord/src/rotor.cpp1
1 files changed, 1 insertions, 0 deletions
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());