summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d/filtershow
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-07-30 14:40:18 -0700
committerJohn Hoford <hoford@google.com>2013-08-01 16:13:52 -0700
commit014bbe68d6e407269a0d843083be56f8df58adba (patch)
treeb3e8d645c4b01057044353340bdf3c24aaf65230 /src_pd/com/android/gallery3d/filtershow
parent203eb404a7cd6a80397535e63d22b3772939f03d (diff)
downloadandroid_packages_apps_Snap-014bbe68d6e407269a0d843083be56f8df58adba.tar.gz
android_packages_apps_Snap-014bbe68d6e407269a0d843083be56f8df58adba.tar.bz2
android_packages_apps_Snap-014bbe68d6e407269a0d843083be56f8df58adba.zip
add Per Channel Saturation
Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037
Diffstat (limited to 'src_pd/com/android/gallery3d/filtershow')
-rw-r--r--src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java1
1 files changed, 1 insertions, 0 deletions
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());