You are here: Start » AVL.NET » Invoke.FillImage

Invoke.FillImage

Fills the input image with one color.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void FillImage
(
	Avl.Image ioImage,
	Avl.Pixel inColor
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inColorAvl.PixelColor of all pixels of the created image.

See also