You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
ioImage | Avl.Image | ||||
![]() | inLocations | System.Collections.Generic.List<Avl.Location> | Locations of the pixels to be set. | ||
![]() | inPixels | System.Collections.Generic.List<Avl.Pixel> | New pixel values. |