The members of Android.Renderscripts.ScriptIntrinsicConvolve3x3 are listed below.
See Also: Inherited members from Android.Renderscripts.ScriptIntrinsic
[read-only] | FieldID_Input | Script.FieldID. Get a FieldID for the input field of this intrinsic. |
[read-only] | KernelID | Script.KernelID. Get a KernelID for this intrinsic kernel. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | Create(RenderScript, Element)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. |