Freigeben über


ScriptIntrinsicBlend.ForEachSubtract Methode

Definition

Überlädt

ForEachSubtract(Allocation, Allocation)

Legt dst = max(dst - src, 0 fest.

ForEachSubtract(Allocation, Allocation, Script+LaunchOptions)

Legt dst = max(dst - src, 0 fest.

ForEachSubtract(Allocation, Allocation)

Legt dst = max(dst - src, 0 fest.

[Android.Runtime.Register("forEachSubtract", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachSubtract_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual void ForEachSubtract (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEachSubtract", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachSubtract_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")>]
abstract member ForEachSubtract : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
override this.ForEachSubtract : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit

Parameter

ain
Allocation

Der Quellpuffer

aout
Allocation

Der Zielpuffer

Attribute

Hinweise

Legt dst = max(dst - src, 0,0)

Java-Dokumentation für android.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

ForEachSubtract(Allocation, Allocation, Script+LaunchOptions)

Legt dst = max(dst - src, 0 fest.

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

Parameter

ain
Allocation

Der Quellpuffer

aout
Allocation

Der Zielpuffer

opt
Script.LaunchOptions

LaunchOptions für clipping

Attribute

Hinweise

Java-Dokumentation für android.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: