GH_MemoryBitmap.Filter_Blur Method (Int32, Int32)

GH_MemoryBitmapFilter_Blur Method (Int32, Int32)

Blur the image in both directions.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Filter_Blur(
	int interior_weight,
	int exterior_weight
)
Public Sub Filter_Blur ( 
	interior_weight As Integer,
	exterior_weight As Integer
)

Parameters

interior_weight
Type: SystemInt32
Weighting factor for pixels at the center of the convolution matrix.
exterior_weight
Type: SystemInt32
Weighting factor for pixels at the edges of the convolution matrix.
See Also