You are here: Start » AVL.NET » AVS.FillImage Method

AVS.FillImage Method

Fills the input image with one color.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FillImage
(
	AvlNet.Image ioImage,
	AvlNet.Pixel inColor
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inColorAvlNet.PixelColor of all pixels of the created image.

See also