PointXYZColorBGRA Structure | 
 Struct which contains XYZ point and BGRA color packed together
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic struct PointXYZColorBGRA
Public Structure PointXYZColorBGRA
public value class PointXYZColorBGRA
The PointXYZColorBGRA type exposes the following members.
Fields
Remarks
Contains one 
PointXYZ (3*4 bytes) and one 
ColorBGRA (4*1 bytes),
making this a 16 byte struct. This type differs from 
PointXYZColorRGBA only in
the order of the color channels (BGRA vs. RGBA).
See Also