次の方法で共有


ScriptIntrinsicBlend.ForEachXor メソッド

定義

オーバーロード

ForEachXor(Allocation, Allocation)

dst = {src を設定します。

ForEachXor(Allocation, Allocation, Script+LaunchOptions)

dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a} を設定します。

ForEachXor(Allocation, Allocation)

dst = {src を設定します。

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

パラメーター

ain
Allocation

ソース バッファー

aout
Allocation

宛先バッファー

属性

注釈

dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a} を設定します。

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

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

ForEachXor(Allocation, Allocation, Script+LaunchOptions)

dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a} を設定します。

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

パラメーター

ain
Allocation

ソース バッファー

aout
Allocation

宛先バッファー

opt
Script.LaunchOptions

クリッピング用の LaunchOptions

属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象