Android.Renderscripts.ScriptIntrinsicConvolve3x3 Members

The members of Android.Renderscripts.ScriptIntrinsicConvolve3x3 are listed below.

See Also: Inherited members from Android.Renderscripts.ScriptIntrinsic

Public Properties

[read-only]
FieldID_InputScript.FieldID. Get a FieldID for the input field of this intrinsic.
[read-only]
KernelIDScript.KernelID. Get a KernelID for this intrinsic kernel.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
Create(RenderScript, Element) : ScriptIntrinsicConvolve3x3
Supported elements types are Element.U8(RenderScript), Element.U8_2(RenderScript), Element.U8_3(RenderScript), Element.U8_4(RenderScript), Element.F32(RenderScript), Element.F32_2(RenderScript), Element.F32_3(RenderScript), and Element.F32_4(RenderScript) The default coefficients are.
ForEach(Allocation)
Apply the filter to the input and save to the specified allocation.
ForEach(Allocation, Script.LaunchOptions)
Apply the filter to the input and save to the specified allocation.
SetCoefficients(float[])
Set the coefficients for the convolve.
SetInput(Allocation)
Set the input of the blur.