Android.Renderscripts.ScriptIntrinsicBlur.Create Method
Create an intrinsic for applying a blur to an allocation.

Syntax

[Android.Runtime.Register("create", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicBlur;", "")]
public static ScriptIntrinsicBlur Create (RenderScript rs, Element e)

Parameters

rs
The RenderScript context
e
Element type for inputs and outputs

Returns

Documentation for this section has not yet been entered.

Remarks

Create an intrinsic for applying a blur to an allocation. The default radius is 5.0. Supported elements types are Element.U8_4(RenderScript)

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17