Android.Renderscripts.ScriptIntrinsicColorMatrix.SetAdd Method
Set the value to be added after the color matrix has been applied.

Syntax

[Android.Runtime.Register("setAdd", "(Landroid/renderscript/Float4;)V", "")]
public void SetAdd (Float4 f)

Parameters

f
The float4 value to be added.

Remarks

Set the value to be added after the color matrix has been applied. The default value is {0, 0, 0, 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