ScriptIntrinsicBlend.ForEachDstOver Methode

Definition

Überlädt

Name Beschreibung
ForEachDstOver(Allocation, Allocation)

Legt dst = dst + src * (1.

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

Legt dst = dst + src * (1.

ForEachDstOver(Allocation, Allocation)

Legt dst = dst + src * (1.

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

Parameter

ain
Allocation

Der Quellpuffer

aout
Allocation

Der Zielpuffer

Attribute

Hinweise

Legt dst = dst + src * (1,0 - dst.a)

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

Legt dst = dst + src * (1.

[Android.Runtime.Register("forEachDstOver", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachDstOver_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")]
public virtual void ForEachDstOver(Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEachDstOver", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachDstOver_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")>]
abstract member ForEachDstOver : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEachDstOver : 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.forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: