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