Last updated

API / geotoolkit3d / util / surface / ColorUtils / ColorUtils

Namespace: ColorUtils

surface.ColorUtils.ColorUtils

Table of contents

Type Aliases

Contents

Type Aliases

ColorOptions

Ƭ ColorOptions: Object

The surface color options.

Type declaration

NameTypeDescription
color?ColorA single solid color
colorprovider?ColorProvider | string | ColorA color provider or a single color in css format
data?{ values?: Float32Array }Optional surface data.
data.values?Float32ArrayOptional Surface vertices custom values.
opacity?numberThe opacity of the solid single color.