ScriptIntrinsicBlend.ForEachClear Method

Definition

Overloads

ForEachClear(Allocation, Allocation)
Obsolete.

Sets dst = {0, 0, 0, 0}

ForEachClear(Allocation, Allocation, Script+LaunchOptions)
Obsolete.

Sets dst = {0, 0, 0, 0}

ForEachClear(Allocation, Allocation)

Caution

deprecated

Sets dst = {0, 0, 0, 0}

[Android.Runtime.Register("forEachClear", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachClear_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
[System.Obsolete("deprecated")]
public virtual void ForEachClear (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEachClear", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachClear_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member ForEachClear : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
override this.ForEachClear : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit

Parameters

ain
Allocation

The source buffer

aout
Allocation

The destination buffer

Attributes

Remarks

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

ForEachClear(Allocation, Allocation, Script+LaunchOptions)

Caution

deprecated

Sets dst = {0, 0, 0, 0}

[Android.Runtime.Register("forEachClear", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachClear_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")]
[System.Obsolete("deprecated")]
public virtual void ForEachClear (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEachClear", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachClear_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member ForEachClear : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEachClear : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit

Parameters

ain
Allocation

The source buffer

aout
Allocation

The destination buffer

opt
Script.LaunchOptions

LaunchOptions for clipping

Attributes

Remarks

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