Share

PointCloudColorEncoding Enumeration

The color encodings supported by Revit point clouds.


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum PointCloudColorEncoding

Members

Member nameValueDescription
ABGR1 The point cloud uses colors arranged in ABGR format (common in Windows).
ARGB0 The point cloud uses colors arranged in ARGB format.

See Also

Reference

Was this information helpful?