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
Syntaxpublic byte[,] CopyColorsRGBA()
Public Function CopyColorsRGBA As Byte(,)
public:
array<unsigned char,2>^ 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