Android.Renderscripts.ScriptIntrinsicConvolve3x3: Method Members

The methods of Android.Renderscripts.ScriptIntrinsicConvolve3x3 are listed below. For a list of all members, see the ScriptIntrinsicConvolve3x3 Members list.

See Also: Inherited members from Android.Renderscripts.ScriptIntrinsic

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.