diff --git a/example/new_pipeline/new_pipeline_example.cpp b/example/new_pipeline/new_pipeline_example.cpp index bd4e49f..09293c1 100644 --- a/example/new_pipeline/new_pipeline_example.cpp +++ b/example/new_pipeline/new_pipeline_example.cpp @@ -277,7 +277,7 @@ private: ]->circle() | stretch(), new_widget()[ new_widget()->vignette() | stretch(), - new_widget()->chromatic_aberration() | stretch() + new_widget()->chromatic_aberration(10, 1) | stretch() ] | stretch(), new_widget()[ new_widget()->noise(20.0f, 1.f, true) | stretch(),