Condividi tramite


ScriptIntrinsicBlend.ForEachSubtract Metodo

Definizione

Overload

ForEachSubtract(Allocation, Allocation)

Imposta dst = max(dst - src, 0.

ForEachSubtract(Allocation, Allocation, Script+LaunchOptions)

Imposta dst = max(dst - src, 0.

ForEachSubtract(Allocation, Allocation)

Imposta dst = max(dst - src, 0.

[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

Parametri

ain
Allocation

Buffer di origine

aout
Allocation

Buffer di destinazione

Attributi

Commenti

Imposta dst = max(dst - src, 0.0)

Documentazione java per android.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation).

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

ForEachSubtract(Allocation, Allocation, Script+LaunchOptions)

Imposta dst = max(dst - src, 0.

[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

Parametri

ain
Allocation

Buffer di origine

aout
Allocation

Buffer di destinazione

opt
Script.LaunchOptions

LaunchOptions per ritagliare

Attributi

Commenti

Documentazione java per android.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation).

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