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