From 014bbe68d6e407269a0d843083be56f8df58adba Mon Sep 17 00:00:00 2001 From: John Hoford Date: Tue, 30 Jul 2013 14:40:18 -0700 Subject: add Per Channel Saturation Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037 --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src_pd') diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java index 8ea21ad26..32664258a 100644 --- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java +++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java @@ -25,6 +25,7 @@ public class EditorManager { public static void addEditors(EditorPlaceHolder editorPlaceHolder) { editorPlaceHolder.addEditor(new EditorGrad()); + editorPlaceHolder.addEditor(new EditorChanSat()); editorPlaceHolder.addEditor(new EditorZoom()); editorPlaceHolder.addEditor(new EditorCurves()); editorPlaceHolder.addEditor(new EditorTinyPlanet()); -- cgit v1.2.3