ScriptIntrinsicBlend.ForEachXor Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ForEachXor(Allocation, Allocation) |
Imposta dst = {src. |
ForEachXor(Allocation, Allocation, Script+LaunchOptions) |
Imposta dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a} |
ForEachXor(Allocation, Allocation)
Imposta 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
Parametri
- ain
- Allocation
Buffer di origine
- aout
- Allocation
Buffer di destinazione
- Attributi
Commenti
Imposta dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a}
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
ForEachXor(Allocation, Allocation, Script+LaunchOptions)
Imposta 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
Parametri
- ain
- Allocation
Buffer di origine
- aout
- Allocation
Buffer di destinazione
LaunchOptions per ritagliare
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.