Android.Renderscripts.ScriptIntrinsicColorMatrix.Create Method
Create an intrinsic for applying a color matrix to an allocation.

Syntax

[Android.Runtime.Register("create", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicColorMatrix;", "")]
[System.Obsolete("deprecated")]
public static ScriptIntrinsicColorMatrix Create (RenderScript rs, Element e)

Parameters

rs
The RenderScript context
e
Element type for inputs and outputs, As of API 19, this parameter is ignored. The Element type check is performed in the kernel launch.

Returns

Documentation for this section has not yet been entered.

Remarks

Create an intrinsic for applying a color matrix to an allocation.

[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