Click or drag to resize

UnorganizedPointCloudCopyColorsRGBA Method

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

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

Return Value

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