Langue

ScriptIntrinsicBlend.ForEachMultiply Méthode

Définition

Surcharges

Nom Description
ForEachMultiply(Allocation, Allocation)

Définit dst = src * dst

ForEachMultiply(Allocation, Allocation, Script+LaunchOptions)

Définit dst = src * dst

ForEachMultiply(Allocation, Allocation)

Définit dst = src * dst

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

Paramètres

ain
Allocation

Mémoire tampon source

aout
Allocation

Mémoire tampon de destination

Attributs

Remarques

Définit dst = src * dst

Java documentation pour android.renderscript.ScriptIntrinsicBlend.forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

ForEachMultiply(Allocation, Allocation, Script+LaunchOptions)

Définit dst = src * dst

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

Paramètres

ain
Allocation

Mémoire tampon source

aout
Allocation

Mémoire tampon de destination

opt
Script.LaunchOptions

LaunchOptions pour la capture

Attributs

Remarques

Java documentation pour android.renderscript.ScriptIntrinsicBlend.forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à