<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [ExampleVolumeMaterial\_1](./volume.examplevolumematerial_1.md) &gt; [gradientMap](./volume.examplevolumematerial_1.gradientmap.md)

## ExampleVolumeMaterial\_1.gradientMap property

颜色映射纹理

**Signature:**

```typescript
get gradientMap(): Texture | null;
```

## Remarks

会将垂直居中的那条水平像素从左到右映射到 clim 表示的限制区间， 即 clim.x 对应最左边的像素，clim.y 对应最右边的像素

