Combining scripts together
Unity is strength could not be truer than with RenderScript. Intrinsics and Kernels alone are powerful features. However, combined together, they give its full strength to the RenderScript framework.
Let's now see how to combine the Blur and Luminosity threshold filters together with a blending Intrinsic to create a great-looking image effect.
Note
The resulting project is provided with this book under the name RenderScript_Part3
.