Android.Renderscripts.ScriptIntrinsicLUT: Method Members

The methods of Android.Renderscripts.ScriptIntrinsicLUT are listed below. For a list of all members, see the ScriptIntrinsicLUT Members list.

See Also: Inherited members from Android.Renderscripts.ScriptIntrinsic

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