ScriptIntrinsicBlur.ForEach Method

Definition

Overloads

ForEach(Allocation)

Apply the filter to the input and save to the specified allocation.

ForEach(Allocation, Script+LaunchOptions)

Apply the filter to the input and save to the specified allocation.

ForEach(Allocation)

Apply the filter to the input and save to the specified allocation.

[Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;)V", "")]
public void ForEach (Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;)V", "")>]
override this.ForEach : Android.Renderscripts.Allocation -> unit

Parameters

aout
Allocation

Output allocation. Must match creation element type.

Attributes

Remarks

Apply the filter to the input and save to the specified allocation.

Java documentation for android.renderscript.ScriptIntrinsicBlur.forEach(android.renderscript.Allocation).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ForEach(Allocation, Script+LaunchOptions)

Apply the filter to the input and save to the specified allocation.

[Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")]
public void ForEach (Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")>]
override this.ForEach : Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit

Parameters

aout
Allocation

Output allocation. Must match creation element type.

opt
Script.LaunchOptions

LaunchOptions for clipping

Attributes

Remarks

Java documentation for android.renderscript.ScriptIntrinsicBlur.forEach(android.renderscript.Allocation).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to