PointCloudExportColorSpace Enumeration | 
 Color space to use when saving frame
 
    Namespace: 
   Zivid.NET.Experimental
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
SyntaxPublic Enumeration ColorSpace
public enum class ColorSpace
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | SRGB | 0 |  | 
 | LinearRGB | 1 |  | 
Remarks
Enum used to specify the color space of the point cloud when saving a frame to a file.
See Also