ImageBGRA_SRGB Constructor (ColorBGRA_SRGB) |
Load image from a 2D array of ColorBGRA_SRGB structs.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic ImageBGRA_SRGB(
ColorBGRA_SRGB[,] pixelArray
)
Public Sub New (
pixelArray As ColorBGRA_SRGB(,)
)
public:
ImageBGRA_SRGB(
array<ColorBGRA_SRGB,2>^ pixelArray
)
Parameters
- pixelArray
- Type: Zivid.NETColorBGRA_SRGB
Remarks
This constructor can be used with arrays created by the ToArray method.
The first index will be interpreted as the rows of the image.
The second index will be interpreted as the columns of the image.
See Also