[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [PointCloudColoring](./three-loader-3dtiles.pointcloudcoloring.md)
## PointCloudColoring enum
Types of coloring used when viewing point cloud tiles
Signature:
```typescript
declare enum PointCloudColoring
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Classification | 2 | |
| Elevation | 3 | |
| Intensity | 1 | |
| RGB | 4 | |
| White | 5 | |