共用方式為


ScriptIntrinsicBlend.ForEachSubtract 方法

定義

多載

ForEachSubtract(Allocation, Allocation)

設定 dst = max(dst - src,0。

ForEachSubtract(Allocation, Allocation, Script+LaunchOptions)

設定 dst = max(dst - src,0。

ForEachSubtract(Allocation, Allocation)

設定 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

參數

ain
Allocation

來源緩衝區

aout
Allocation

目的地緩衝區

屬性

備註

Set dst = max(dst - src, 0.0)

android.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ForEachSubtract(Allocation, Allocation, Script+LaunchOptions)

設定 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

參數

ain
Allocation

來源緩衝區

aout
Allocation

目的地緩衝區

opt
Script.LaunchOptions

用於裁剪的 LaunchOptions

屬性

備註

android.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於