[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [Runtime](./three-loader-3dtiles.runtime.md) > [setPointCloudColoring](./three-loader-3dtiles.runtime.setpointcloudcoloring.md)
## Runtime.setPointCloudColoring() method
In point clouds set the type of coloring used. See [PointCloudColoring](./three-loader-3dtiles.pointcloudcoloring.md)
Signature:
```typescript
setPointCloudColoring(PointCloudColoring: any): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| PointCloudColoring | any | |
Returns:
void