ScriptIntrinsicBlend.ForEachDstOver 方法

定义

重载

ForEachDstOver(Allocation, Allocation)

设置 dst = dst + src * (1。

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

设置 dst = dst + src * (1。

ForEachDstOver(Allocation, Allocation)

设置 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

参数

ain
Allocation

源缓冲区

aout
Allocation

目标缓冲区

属性

注解

设置 dst = dst + src * (1.0 - dst.a)

android.renderscript.ScriptIntrinsicBlend.forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation)Java 文档。

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

适用于

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

设置 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

参数

ain
Allocation

源缓冲区

aout
Allocation

目标缓冲区

opt
Script.LaunchOptions

LaunchOptions for clipping

属性

注解

android.renderscript.ScriptIntrinsicBlend.forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation)Java 文档。

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

适用于