ScriptIntrinsicHistogram.SetOutput(Allocation) Method

Definition

Set the output of the histogram.

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

Parameters

aout
Allocation

The output allocation

Attributes

Remarks

Set the output of the histogram. 32 bit integer types are supported.

Java documentation for android.renderscript.ScriptIntrinsicHistogram.setOutput(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