Click or drag to resize

UnorganizedPointCloudCopyColorsBGRA Method

Get the color data of every point on 8-bit BGRA format

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntax
public byte[,] CopyColorsBGRA()

Return Value

Type: Byte
Remarks
This method copies the BGRA values from compute device memory to host (CPU) system memory (RAM) and returns them as an Array1D of ColorBGRA. The length of the returned array will match the \ref size method.
See Also