ScriptIntrinsicYuvToRGB.ForEach(Allocation) Method

Definition

Convert the image to RGB.

[Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;)V", "")]
public void ForEach (Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;)V", "")>]
override this.ForEach : Android.Renderscripts.Allocation -> unit

Parameters

aout
Allocation

Output allocation. Must match creation element type.

Attributes

Remarks

Convert the image to RGB.

Java documentation for android.renderscript.ScriptIntrinsicYuvToRGB.forEach(android.renderscript.Allocation).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to