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

Invoke.SetImagePixels

Sets multiple pixels of an image to the selected value (all the pixels get the same value).

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SetImagePixels
(
	Avl.Image ioImage,
	List<Avl.Location> inLocations,
	Avl.Pixel inPixel
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inLocationsSystem.Collections.Generic.List<Avl.Location>Locations of the pixels to be set.
inPixelAvl.PixelNew pixel value.

See also