Android.Renderscripts.ScriptIntrinsicLUT Members

The members of Android.Renderscripts.ScriptIntrinsicLUT 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) : ScriptIntrinsicLUT
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.
SetAlpha(int, int)
Set an entry in the alpha channel lookup table
SetBlue(int, int)
Set an entry in the blue channel lookup table
SetGreen(int, int)
Set an entry in the green channel lookup table
SetRed(int, int)
Set an entry in the red channel lookup table