FreeImageBitmap.FillBackground(T) Method (T)

FreeImage.NET

FreeImageBitmapFillBackgroundT Method (T)
Sets all pixels of this FreeImageBitmap to the specified color. See FillBackgroundT(FIBITMAP, T, FREE_IMAGE_COLOR_OPTIONS) for further details.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool FillBackground<T>(
	T color
)
where T : struct, new()

Parameters

color
Type: T
The color to fill this FreeImageBitmap with.

Type Parameters

T
The type of the specified color.

Return Value

Type: Boolean
true on success, false on failure.
See Also