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