Example usage for Java android.renderscript ScriptIntrinsicBlur fields, constructors, methods, implement or subclass
The text is from its open source code.
ScriptIntrinsicBlur | create(RenderScript rs, Element e) Create an intrinsic for applying a blur to an allocation. |
void | destroy() Frees any native resources associated with this object. |
void | forEach(Allocation aout) Apply the filter to the input and save to the specified allocation. |
void | setInput(Allocation ain) Set the input of the blur. |
void | setRadius(float radius) Set the radius of the Blur. |