ScriptIntrinsicBlend.ForEachDstOver Metodo

Definizione

Overload

Nome Descrizione
ForEachDstOver(Allocation, Allocation)

Imposta dst = dst + src * (1.

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

Imposta dst = dst + src * (1.

ForEachDstOver(Allocation, Allocation)

Imposta 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

Parametri

ain
Allocation

Buffer di origine

aout
Allocation

Buffer di destinazione

Attributi

Commenti

Imposta dst = dst + src * (1.0 - dst.a)

per android.renderscript.ScriptIntrinsicBlend.forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

Imposta 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

Parametri

ain
Allocation

Buffer di origine

aout
Allocation

Buffer di destinazione

opt
Script.LaunchOptions

LaunchOptions per ritagliare

Attributi

Commenti

per android.renderscript.ScriptIntrinsicBlend.forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a