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

Invoke.SetMultipleImagePixels

Sets pixels of an image to the selected values (each pixel gets another value).

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageAvl.Image
inLocationsSystem.Collections.Generic.List<Avl.Location>Locations of the pixels to be set.
inPixelsSystem.Collections.Generic.List<Avl.Pixel>New pixel values.

See also