Android.Renderscripts.ScriptIntrinsic3DLUT Members

The members of Android.Renderscripts.ScriptIntrinsic3DLUT are listed below.

See Also: Inherited members from Android.Renderscripts.ScriptIntrinsic

Public Properties

[read-only]
KernelIDScript.KernelID. Get a KernelID for this intrinsic kernel.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
Create(RenderScript, Element) : ScriptIntrinsic3DLUT
Supported elements types are Element.U8_4(RenderScript) The defaults tables are identity.
ForEach(Allocation, Allocation)
Invoke the kernel and apply the lookup to each cell of ain and copy to aout.
ForEach(Allocation, Allocation, Script.LaunchOptions)
Invoke the kernel and apply the lookup to each cell of ain and copy to aout.
SetLUT(Allocation)
Sets the Android.Renderscripts.Allocation to be used as the lookup table.