Android.Renderscripts.ScriptIntrinsicYuvToRGB.Create Method
Create an intrinsic for converting YUV to RGB.

Syntax

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

Parameters

rs
The RenderScript context
e
Element type for output

Returns

Documentation for this section has not yet been entered.

Remarks

Create an intrinsic for converting YUV to RGB. Supported elements types are Element.U8_4(RenderScript)

[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