Click or drag to resize
Accord.NET (logo)

FastGuidedFilterGetFilledImage Method

Get a filled image by a color.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging.Noncommercial (in Accord.Imaging.Noncommercial.dll) Version: 3.8.0
Syntax
public static UnmanagedImage GetFilledImage(
	int width,
	int height,
	PixelFormat pixelFormat,
	Color color
)
Request Example View Source

Parameters

width
Type: SystemInt32
Image width.
height
Type: SystemInt32
Image height.
pixelFormat
Type: System.Drawing.ImagingPixelFormat
Image pixel format.
color
Type: System.DrawingColor
Image filled color.

Return Value

Type: UnmanagedImage
An filled image with a color.
See Also