summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-02-21 15:52:49 -0800
committernicolasroard <nicolasroard@google.com>2013-02-21 17:43:58 -0800
commite5498da0262fc836738aad63ea30286d8afa643c (patch)
tree52cedd2c2ee48a83cba2eb20077f5b693aad6eeb /src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
parent0f8047fe826a84829ab37bc7cd24c8a4dea0db64 (diff)
downloadandroid_packages_apps_Gallery2-e5498da0262fc836738aad63ea30286d8afa643c.tar.gz
android_packages_apps_Gallery2-e5498da0262fc836738aad63ea30286d8afa643c.tar.bz2
android_packages_apps_Gallery2-e5498da0262fc836738aad63ea30286d8afa643c.zip
Pinch to zoom refine
Change-Id: I538defa55a4ed898dd7c936ec813f052ac1b9e0a
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
index a57af71df..ea315d326 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
@@ -36,6 +36,7 @@ public class ImageFilterVibrance extends SimpleImageFilter {
representation.setMinimum(-100);
representation.setMaximum(100);
representation.setDefaultValue(0);
+ representation.setSupportsPartialRendering(true);
return representation;
}