Share via


ScriptIntrinsicBlend.ForEachXor 메서드

정의

오버로드

ForEachXor(Allocation, Allocation)

dst = {src를 설정합니다.

ForEachXor(Allocation, Allocation, Script+LaunchOptions)

set 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

대상 버퍼

특성

설명

set dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a}

에 대한 Java 설명서입니다 android.renderscript.ScriptIntrinsicBlend.forEachXor(android.renderscript.Allocation, android.renderscript.Allocation).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상

ForEachXor(Allocation, Allocation, Script+LaunchOptions)

set 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

특성

설명

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상