Android.Renderscripts.ScriptIntrinsicYuvToRGB Class
Intrinsic for converting an Android YUV buffer to RGB.

See Also: ScriptIntrinsicYuvToRGB Members

Syntax

[Android.Runtime.Register("android/renderscript/ScriptIntrinsicYuvToRGB", DoNotGenerateAcw=true)]
public sealed class ScriptIntrinsicYuvToRGB : ScriptIntrinsic

Remarks

Intrinsic for converting an Android YUV buffer to RGB. The input allocation should be supplied in a supported YUV format as a YUV element Allocation. The output is RGBA; the alpha channel will be set to 255.

[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