次の方法で共有


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

宛先バッファー

属性

注釈

dst = max(dst - src, 0.0) を設定します。

の Java ドキュメントandroid.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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

属性

注釈

の Java ドキュメントandroid.renderscript.ScriptIntrinsicBlend.forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象