Android.Renderscripts.ScriptIntrinsicBlend.ForEachAdd Method
Sets dst = min(src + dst, 1.

Syntax

[Android.Runtime.Register("forEachAdd", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachAdd_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual void ForEachAdd (Allocation ain, Allocation aout)

Parameters

ain
The source buffer
aout
The destination buffer

Remarks

Sets dst = min(src + dst, 1.0)

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17