PointCloudColorEncoding Enumeration
The color encodings supported by Revit point clouds.
Namespace:
Autodesk.Revit.DB.PointClouds
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum PointCloudColorEncoding
Members
Member name
Value
Description
ABGR
1
The point cloud uses colors arranged in ABGR format (common in Windows).
ARGB
0
The point cloud uses colors arranged in ARGB format.
See Also
Reference
Autodesk.Revit.DB.PointClouds Namespace