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

Syntax

[Android.Runtime.Register("setAdd", "(FFFF)V", "")]
public void SetAdd (float r, float g, float b, float a)

Parameters

r
The red add value.
g
The green add value.
b
The blue add value.
a
The alpha add value.

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