Last updated

API / geotoolkit3d / scene / ColorMapShaderMaterial / ColorMapShaderMaterial / ColorMap

Namespace: ColorMap

ColorMapShaderMaterial.ColorMapShaderMaterial.ColorMap

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

Type declaration

NameTypeDescription
color?ColorOptional single color (reset to white if a colorprovider is given)
colorprovider?ColorProvider | string | ColorA color provider to generate the colormap of this material. Used to associate colors to value on your 3D Object render.

OptionsOut

Ƭ OptionsOut: Object

The color map options

Type declaration

NameTypeDescription
colorColorOptional single color (reset to white if a colorprovider is given)
colorproviderColorProviderA color provider to generate the colormap of this material. Used to associate colors to value on your 3D Object render.