dst.rgb = src.rgb * dst.a + (1.0 - src.a) * dst.rgb
dst.a = dst.a
Syntax
[Android.Runtime.Register("forEachSrcAtop", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachSrcAtop_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual
void ForEachSrcAtop (
Allocation ain,
Allocation aout)
Parameters
- ain
- The source buffer
- aout
- The destination buffer
Remarks
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17