UnorganizedPointCloudDeviceColorsRGBA_SRGB Method |
Get a device buffer containing RGBA color data in the sRGB color space
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic DeviceArray<ColorRGBA_SRGB> DeviceColorsRGBA_SRGB(
StreamOrQueue streamOrQueue
)
Public Function DeviceColorsRGBA_SRGB (
streamOrQueue As StreamOrQueue
) As DeviceArray(Of ColorRGBA_SRGB)
public:
DeviceArray<ColorRGBA_SRGB>^ DeviceColorsRGBA_SRGB(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
DeviceArrayColorRGBA_SRGB
See Also