API / geotoolkit3d / scene / ColorMapShaderMaterial / ColorMapShaderMaterial / ColorMap
ColorMapShaderMaterial.ColorMapShaderMaterial.ColorMap
Type Aliases
Type Aliases
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
color? | Color | Optional single color (reset to white if a colorprovider is given) |
colorprovider? | ColorProvider | string | Color | A color provider to generate the colormap of this material. Used to associate colors to value on your 3D Object render. |
Ƭ OptionsOut: Object
The color map options
| Name | Type | Description |
|---|---|---|
color | Color | Optional single color (reset to white if a colorprovider is given) |
colorprovider | ColorProvider | A color provider to generate the colormap of this material. Used to associate colors to value on your 3D Object render. |