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

