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