Share via


ScriptIntrinsicBlend.ForEachAdd 메서드

정의

오버로드

ForEachAdd(Allocation, Allocation)

dst = min(src + dst, 1을 설정합니다.

ForEachAdd(Allocation, Allocation, Script+LaunchOptions)

dst = min(src + dst, 1을 설정합니다.

ForEachAdd(Allocation, Allocation)

dst = min(src + dst, 1을 설정합니다.

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

매개 변수

ain
Allocation

원본 버퍼

aout
Allocation

대상 버퍼

특성

설명

set dst = min(src + dst, 1.0)

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

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

적용 대상

ForEachAdd(Allocation, Allocation, Script+LaunchOptions)

dst = min(src + dst, 1을 설정합니다.

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

매개 변수

ain
Allocation

원본 버퍼

aout
Allocation

대상 버퍼

opt
Script.LaunchOptions

클리핑을 위한 LaunchOptions

특성

설명

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

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

적용 대상