Android.Renderscripts.ScriptIntrinsic3DLUT: Method Members

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

See Also: Inherited members from Android.Renderscripts.ScriptIntrinsic

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.