PointCloudColorEncoding Enumeration

The color encodings supported by Revit point clouds.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum PointCloudColorEncoding
Members
Member nameValueDescription
ARGB0 The point cloud uses colors arranged in ARGB format.
ABGR1 The point cloud uses colors arranged in ABGR format (common in Windows).
See Also