<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [CreateImageData3DTextureFromGradientOptions](./volume.createimagedata3dtexturefromgradientoptions.md)

## CreateImageData3DTextureFromGradientOptions type

**Signature:**

```typescript
export type CreateImageData3DTextureFromGradientOptions = GradientData3DToImageData3DOptions & {
    gradient: TexImageSource | ColorGradient;
};
```
**References:** [GradientData3DToImageData3DOptions](./volume.gradientdata3dtoimagedata3doptions.md)

