Home | History | Annotate | Download | only in BasicRenderScript
      1 
      2 page.tags="BasicRenderScript"
      3 sample.group=RenderScript
      4 @jd:body
      5 
      6 <p>
      7             
      8             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.
     11             
     12         </p>
     13