Intrinsic for converting RGB to RGBA by using a 3D lookup table.
See Also:
ScriptIntrinsic3DLUT Members
Syntax
[Android.Runtime.Register("android/renderscript/ScriptIntrinsic3DLUT", DoNotGenerateAcw=true)]
public sealed class
ScriptIntrinsic3DLUT :
ScriptIntrinsicRemarks
Intrinsic for converting RGB to RGBA by using a 3D lookup table. The
incoming r,g,b values are use as normalized x,y,z coordinates into a 3D
allocation. The 8 nearest values are sampled and linearly interpolated. The
result is placed in the output.
[Android Documentation]
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18