ScriptIntrinsicLUT 类

定义

用于应用按通道查找表的内部函数。

[Android.Runtime.Register("android/renderscript/ScriptIntrinsicLUT", DoNotGenerateAcw=true)]
public sealed class ScriptIntrinsicLUT : Android.Renderscripts.ScriptIntrinsic
[<Android.Runtime.Register("android/renderscript/ScriptIntrinsicLUT", DoNotGenerateAcw=true)>]
type ScriptIntrinsicLUT = class
    inherit ScriptIntrinsic
继承
属性

注解

用于应用按通道查找表的内部函数。 输入的每个通道都有一个独立的查找表。 这些表的大小为 256 个条目,可以涵盖 的完整 Element#U8_4值范围。

此成员已弃用。 Api 级别 31 中已弃用 Renderscript。 有关建议的替代方法,请参阅 迁移指南

android.renderscript.ScriptIntrinsicLUTJava 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

属性

Class

返回此 Object的运行时类。

(继承自 Object)
Handle

基础 Android 实例的句柄。

(继承自 Object)
JniIdentityHashCode

用于应用按通道查找表的内部函数。

(继承自 Object)
JniPeerMembers

用于应用按通道查找表的内部函数。

KernelID

获取此内部内核的 KernelID。

Name

setName 将名称分配给对象。

(继承自 BaseObj)
PeerReference

用于应用按通道查找表的内部函数。

(继承自 Object)
ThresholdClass

用于应用按通道查找表的内部函数。

(继承自 ScriptIntrinsic)
ThresholdType

用于应用按通道查找表的内部函数。

(继承自 ScriptIntrinsic)

方法

BindAllocation(Allocation, Int32)

仅供生成的反射代码使用。

(继承自 Script)
Clone()

创建并返回此对象的副本。

(继承自 Object)
Create(RenderScript, Element)

支持的元素类型为 Element#U8_4

        The defaults tables are identity.
CreateFieldID(Int32, Element)

仅供生成的反射类使用。

(继承自 Script)
CreateInvokeID(Int32)

仅供生成的反射类使用。

(继承自 Script)
CreateKernelID(Int32, Int32, Element, Element)

仅供生成的反射类使用。

(继承自 Script)
Destroy()

释放与此 对象关联的任何本机资源。

(继承自 BaseObj)
Dispose()

用于应用按通道查找表的内部函数。

(继承自 Object)
Dispose(Boolean)

用于应用按通道查找表的内部函数。

(继承自 Object)
Equals(Object)

指示某个其他对象是否“等于”此对象。

(继承自 Object)
ForEach(Allocation, Allocation)

调用内核,将查找应用到 ain 的每个单元格,并复制到 aout。

ForEach(Allocation, Allocation, Script+LaunchOptions)

调用内核,将查找应用到 ain 的每个单元格,并复制到 aout。

ForEach(Int32, Allocation, Allocation, FieldPacker)

仅供生成的反射代码使用。

(继承自 Script)
ForEach(Int32, Allocation, Allocation, FieldPacker, Script+LaunchOptions)

仅供生成的反射代码使用。

(继承自 Script)
ForEach(Int32, Allocation[], Allocation, FieldPacker)

仅供生成的反射代码使用。

(继承自 Script)
ForEach(Int32, Allocation[], Allocation, FieldPacker, Script+LaunchOptions)

仅供生成的反射代码使用。

(继承自 Script)
GetHashCode()

返回对象的哈希代码值。

(继承自 Object)
GetVarB(Int32) (继承自 Script)
GetVarD(Int32) (继承自 Script)
GetVarF(Int32) (继承自 Script)
GetVarI(Int32) (继承自 Script)
GetVarJ(Int32) (继承自 Script)
GetVarV(Int32, FieldPacker)

仅供生成的反射代码使用。

(继承自 Script)
Invoke(Int32)

仅供生成的反射代码使用。

(继承自 Script)
Invoke(Int32, FieldPacker)

仅供生成的反射代码使用。

(继承自 Script)
JavaFinalize()

当垃圾回收确定不再引用对象时,由垃圾回收器对对象调用。

(继承自 Object)
Notify()

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
Reduce(Int32, Allocation[], Allocation, Script+LaunchOptions)

仅供生成的反射代码使用。

(继承自 Script)
SetAlpha(Int32, Int32)

在 alpha 通道查阅表格中设置条目

SetBlue(Int32, Int32)

在蓝色通道查阅表格中设置条目

SetGreen(Int32, Int32)

在绿色通道查阅表格中设置条目

SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Object)
SetRed(Int32, Int32)

在红色通道查找表中设置条目

SetTimeZone(String) (继承自 Script)
SetVar(Int32, BaseObj)

仅供生成的反射代码使用。

(继承自 Script)
SetVar(Int32, Boolean)

仅供生成的反射代码使用。

(继承自 Script)
SetVar(Int32, Double)

仅供生成的反射代码使用。

(继承自 Script)
SetVar(Int32, FieldPacker)

仅供生成的反射代码使用。

(继承自 Script)
SetVar(Int32, FieldPacker, Element, Int32[])

仅供生成的反射代码使用。

(继承自 Script)
SetVar(Int32, Int32)

仅供生成的反射代码使用。

(继承自 Script)
SetVar(Int32, Int64)

仅供生成的反射代码使用。

(继承自 Script)
SetVar(Int32, Single)

仅供生成的反射代码使用。

(继承自 Script)
ToArray<T>()

用于应用按通道查找表的内部函数。

(继承自 Object)
ToString()

返回对象的字符串表示形式。

(继承自 Object)
UnregisterFromRuntime()

用于应用按通道查找表的内部函数。

(继承自 Object)
Wait()

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>。<>

(继承自 Object)
Wait(Int64)

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>,或直到经过一定数量的实时。<>

(继承自 Object)
Wait(Int64, Int32)

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>,或直到经过一定数量的实时。<>

(继承自 Object)

显式接口实现

IJavaPeerable.Disposed()

用于应用按通道查找表的内部函数。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()

用于应用按通道查找表的内部函数。

(继承自 Object)
IJavaPeerable.Finalized()

用于应用按通道查找表的内部函数。

(继承自 Object)
IJavaPeerable.JniManagedPeerState

用于应用按通道查找表的内部函数。

(继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

用于应用按通道查找表的内部函数。

(继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

用于应用按通道查找表的内部函数。

(继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

用于应用按通道查找表的内部函数。

(继承自 Object)

扩展方法

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

用于应用按通道查找表的内部函数。

GetJniTypeName(IJavaPeerable)

用于应用按通道查找表的内部函数。

适用于