API / geotoolkit3d / util / surface / ColorUtils / ColorUtils
surface.ColorUtils.ColorUtils
Type Aliases
Type Aliases
Ƭ ColorOptions: Object
The surface color options.
| Name | Type | Description |
|---|---|---|
color? | Color | A single solid color |
colorprovider? | ColorProvider | string | Color | A color provider or a single color in css format |
data? | { values?: Float32Array } | Optional surface data. |
data.values? | Float32Array | Optional Surface vertices custom values. |
opacity? | number | The opacity of the solid single color. |