Partager via


ScriptIntrinsicBlend.ForEachXor Méthode

Définition

Surcharges

ForEachXor(Allocation, Allocation)

Définit dst = {src.

ForEachXor(Allocation, Allocation, Script+LaunchOptions)

Définit dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a}

ForEachXor(Allocation, Allocation)

Définit dst = {src.

[Android.Runtime.Register("forEachXor", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachXor_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual void ForEachXor (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEachXor", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachXor_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")>]
abstract member ForEachXor : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
override this.ForEachXor : 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.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a}

Documentation Java pour android.renderscript.ScriptIntrinsicBlend.forEachXor(android.renderscript.Allocation, android.renderscript.Allocation).

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

S’applique à

ForEachXor(Allocation, Allocation, Script+LaunchOptions)

Définit dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a}

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

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

S’applique à