ScriptIntrinsicBlend.ForEachDstOver Método

Definição

Sobrecargas

Nome Description
ForEachDstOver(Allocation, Allocation)

Define dst = dst + src * (1.

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

Define dst = dst + src * (1.

ForEachDstOver(Allocation, Allocation)

Define 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

Parâmetros

ain
Allocation

O buffer de origem

aout
Allocation

O buffer de destino

Atributos

Comentários

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

Documentação Java para android.renderscript.ScriptIntrinsicBlend.forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

Define 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

Parâmetros

ain
Allocation

O buffer de origem

aout
Allocation

O buffer de destino

opt
Script.LaunchOptions

LaunchOptions para recorte

Atributos

Comentários

Documentação Java para android.renderscript.ScriptIntrinsicBlend.forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a