Click or drag to resize

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
)

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