<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [ColorFogPointsMaterial](./volume.colorfogpointsmaterial.md)

## ColorFogPointsMaterial class

**Signature:**

```typescript
export declare class ColorFogPointsMaterial extends FogPointsMaterial<ColorFogPointsMaterialUniforms> 
```
**Extends:** [FogPointsMaterial](./volume.fogpointsmaterial.md)<!-- -->&lt;[ColorFogPointsMaterialUniforms](./volume.colorfogpointsmaterialuniforms.md)<!-- -->&gt;

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(options)](./volume.colorfogpointsmaterial._constructor_.md) |  | Constructs a new instance of the <code>ColorFogPointsMaterial</code> class |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [alphaMap](./volume.colorfogpointsmaterial.alphamap.md) |  | Texture \| null |  |
|  [color](./volume.colorfogpointsmaterial.color.md) |  | Color | 雾点的颜色 |
|  [isColorFogPointsMaterial](./volume.colorfogpointsmaterial.iscolorfogpointsmaterial.md) | <code>readonly</code> | (not declared) |  |
|  [uvTransform](./volume.colorfogpointsmaterial.uvtransform.md) |  | Matrix3 |  |

