次の方法で共有


ScriptIntrinsicBlend クラス

定義

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

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

注釈

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

このメンバーは非推奨です。 Renderscript は API レベル 31 で非推奨になりました。 提案された代替手段については、 移行ガイド を参照してください。

の Java ドキュメントandroid.renderscript.ScriptIntrinsicBlend

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

ScriptIntrinsicBlend(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

プロパティ

Class

この Objectランタイム クラスを返します。

(継承元 Object)
Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
JniPeerMembers

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

KernelIDAdd

Add カーネルの KernelID を取得します。

KernelIDClear

Clear カーネルの KernelID を取得します。

KernelIDDst

Dst カーネルの KernelID を取得します。

KernelIDDstAtop

DstAtop カーネルの KernelID を取得します。

KernelIDDstIn

DstIn カーネルの KernelID を取得します。

KernelIDDstOut

DstOut カーネルの KernelID を取得します。

KernelIDDstOver

DstOver カーネルの KernelID を取得します。

KernelIDMultiply

乗算カーネルの KernelID を取得します。

KernelIDSrc

Src カーネルの KernelID を取得します。

KernelIDSrcAtop

SrcAtop カーネルの KernelID を取得します。

KernelIDSrcIn

SrcIn カーネルの KernelID を取得します。

KernelIDSrcOut

SrcOut カーネルの KernelID を取得します。

KernelIDSrcOver

SrcOver カーネルの KernelID を取得します。

KernelIDSubtract

減算カーネルの KernelID を取得します。

KernelIDXor

Xor カーネルの KernelID を取得します。

Name

setName はオブジェクトに名前を割り当てます。

(継承元 BaseObj)
PeerReference

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
ThresholdClass

この API は Android 用 Mono インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

ThresholdType

この API は Android 用 Mono インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

メソッド

BindAllocation(Allocation, Int32)

生成された反映されたコードによる使用のみを目的としています。

(継承元 Script)
Clone()

このオブジェクトのコピーを作成して返します。

(継承元 Object)
Create(RenderScript, Element)

サポートされている要素の型は次のとおりです。 Element#U8_4

CreateFieldID(Int32, Element)

生成された反射クラスでのみ使用されます。

(継承元 Script)
CreateInvokeID(Int32)

生成された反射クラスでのみ使用されます。

(継承元 Script)
CreateKernelID(Int32, Int32, Element, Element)

生成された反射クラスでのみ使用されます。

(継承元 Script)
Destroy()

このオブジェクトに関連付けられているネイティブ リソースを解放します。

(継承元 BaseObj)
Dispose()

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
Dispose(Boolean)

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
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)
ForEachAdd(Allocation, Allocation)

dst = min(src + dst, 1) を設定します。

ForEachAdd(Allocation, Allocation, Script+LaunchOptions)

dst = min(src + dst, 1) を設定します。

ForEachClear(Allocation, Allocation)

dst = {0, 0, 0, 0} を設定します。

ForEachClear(Allocation, Allocation, Script+LaunchOptions)

dst = {0, 0, 0, 0} を設定します。

ForEachDst(Allocation, Allocation)

dst = dst を設定します

ForEachDst(Allocation, Allocation, Script+LaunchOptions)

dst = dst を設定します

ForEachDstAtop(Allocation, Allocation)

dst = dst。

ForEachDstAtop(Allocation, Allocation, Script+LaunchOptions)

dst = dst。

ForEachDstIn(Allocation, Allocation)

dst = dst * src を設定します。

ForEachDstIn(Allocation, Allocation, Script+LaunchOptions)

dst = dst * src を設定します。

ForEachDstOut(Allocation, Allocation)

dst = dst * (1.

ForEachDstOut(Allocation, Allocation, Script+LaunchOptions)

dst = dst * (1.

ForEachDstOver(Allocation, Allocation)

dst = dst + src * (1.

ForEachDstOver(Allocation, Allocation, Script+LaunchOptions)

dst = dst + src * (1.

ForEachMultiply(Allocation, Allocation)

dst = src * dst を設定します

ForEachMultiply(Allocation, Allocation, Script+LaunchOptions)

dst = src * dst を設定します

ForEachSrc(Allocation, Allocation)

dst = src を設定します

ForEachSrc(Allocation, Allocation, Script+LaunchOptions)

dst = src を設定します

ForEachSrcAtop(Allocation, Allocation)

dst。

ForEachSrcAtop(Allocation, Allocation, Script+LaunchOptions)

dst。

ForEachSrcIn(Allocation, Allocation)

dst = src * dst を設定します。

ForEachSrcIn(Allocation, Allocation, Script+LaunchOptions)

dst = src * dst を設定します。

ForEachSrcOut(Allocation, Allocation)

dst = src * (1.

ForEachSrcOut(Allocation, Allocation, Script+LaunchOptions)

dst = src * (1.

ForEachSrcOver(Allocation, Allocation)

dst = src + dst * (1.

ForEachSrcOver(Allocation, Allocation, Script+LaunchOptions)

dst = src + dst * (1.

ForEachSubtract(Allocation, Allocation)

dst = max(dst - src, 0 を設定します。

ForEachSubtract(Allocation, Allocation, Script+LaunchOptions)

dst = max(dst - src, 0 を設定します。

ForEachXor(Allocation, Allocation)

dst = {src を設定します。

ForEachXor(Allocation, Allocation, Script+LaunchOptions)

dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a} を設定します。

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()

このオブジェクトのモニターで待機している 1 つのスレッドを起動します。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドを起動します。

(継承元 Object)
Reduce(Int32, Allocation[], Allocation, Script+LaunchOptions)

生成された反映されたコードによる使用のみを目的としています。

(継承元 Script)
SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
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>()

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
ToString()

オブジェクトの文字列表現を返します。

(継承元 Object)
UnregisterFromRuntime()

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
Wait()

現在のスレッドが目覚めるまで待機させます。通常<は、通知<>/em> または <em>割り込み/em> を受け<取ります。

(継承元 Object)
Wait(Int64)

現在のスレッドが目覚めるまで待機します。通常<><は、通知/em> または <em>中断</em> によって、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドが目覚めるまで待機します。通常<><は、通知/em> または <em>中断</em> によって、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

IJavaPeerable.Disposed()

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
IJavaPeerable.DisposeUnlessReferenced()

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
IJavaPeerable.Finalized()

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
IJavaPeerable.JniManagedPeerState

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

(継承元 Object)

拡張メソッド

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

GetJniTypeName(IJavaPeerable)

2 つの android.renderscript.Allocation オブジェクトをブレンドするための組み込みカーネル。

適用対象