UnorganizedPointCloudDeviceColorsRGBA Method |
Get a device buffer containing RGBA color data (8 bits per channel, linear)
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic DeviceArray<ColorRGBA> DeviceColorsRGBA(
StreamOrQueue streamOrQueue
)
Public Function DeviceColorsRGBA (
streamOrQueue As StreamOrQueue
) As DeviceArray(Of ColorRGBA)
public:
DeviceArray<ColorRGBA>^ DeviceColorsRGBA(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
DeviceArrayColorRGBA
See Also