blob: 9da15e55150cf1adfbabf02957e310e9d6083468 [file] [log] [blame]
Trevor Johns48b72252015-05-20 22:04:28 -07001
Alexander Lucas0b3758e2014-02-06 15:38:51 -08002page.tags="BasicRenderScript"
3sample.group=RenderScript
4@jd:body
5
6<p>
Trevor Johns527a4f32014-11-12 11:39:30 -08007
Trevor Johns77b5d392015-03-30 16:06:43 -07008 This sample demonstrates using RenderScript to perform basic image manipulation. Specifically, it allows users
9 to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel performs the saturation
10 adjustment, running the computation on the device\'s GPU or other compute hardware as deemed appropriate by the system.
Trevor Johns527a4f32014-11-12 11:39:30 -080011
12 </p>