Java android.renderscript ScriptIntrinsicBlur fields, constructors, methods, implement or subclass

Example usage for Java android.renderscript ScriptIntrinsicBlur fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.renderscript ScriptIntrinsicBlur.

The text is from its open source code.

Method

ScriptIntrinsicBlurcreate(RenderScript rs, Element e)
Create an intrinsic for applying a blur to an allocation.
voiddestroy()
Frees any native resources associated with this object.
voidforEach(Allocation aout)
Apply the filter to the input and save to the specified allocation.
voidsetInput(Allocation ain)
Set the input of the blur.
voidsetRadius(float radius)
Set the radius of the Blur.