Compartir a través de


ScriptIntrinsicBlend.ForEachSrcOut Método

Definición

Sobrecargas

ForEachSrcOut(Allocation, Allocation, Script+LaunchOptions)

Establece dst = src * (1.

ForEachSrcOut(Allocation, Allocation)

Establece dst = src * (1.

ForEachSrcOut(Allocation, Allocation, Script+LaunchOptions)

Establece dst = src * (1.

[Android.Runtime.Register("forEachSrcOut", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachSrcOut_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")]
public virtual void ForEachSrcOut (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEachSrcOut", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachSrcOut_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")>]
abstract member ForEachSrcOut : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEachSrcOut : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit

Parámetros

ain
Allocation

Búfer de origen

aout
Allocation

Búfer de destino

opt
Script.LaunchOptions

LaunchOptions para el recorte

Atributos

Comentarios

Documentación de Java para android.renderscript.ScriptIntrinsicBlend.forEachSrcOut(android.renderscript.Allocation, android.renderscript.Allocation).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

ForEachSrcOut(Allocation, Allocation)

Establece dst = src * (1.

[Android.Runtime.Register("forEachSrcOut", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachSrcOut_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual void ForEachSrcOut (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEachSrcOut", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachSrcOut_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")>]
abstract member ForEachSrcOut : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
override this.ForEachSrcOut : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit

Parámetros

ain
Allocation

Búfer de origen

aout
Allocation

Búfer de destino

Atributos

Comentarios

Establece dst = src * (1.0 - dst.a)

Documentación de Java para android.renderscript.ScriptIntrinsicBlend.forEachSrcOut(android.renderscript.Allocation, android.renderscript.Allocation).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a