API / geotoolkit3d / widgets / volumetric / ColorMapAlphaEditorWidget / ColorMapAlphaEditorWidget

Namespace: ColorMapAlphaEditorWidget

volumetric.ColorMapAlphaEditorWidget.ColorMapAlphaEditorWidget

Table of contents

Namespaces
Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { AlphaPointChanged: { index: number ; point: [x: number, y: number] ; previouspoint: [x: number, y: number] } ; ColorMapChanged: { colormap: string } ; PointAdded: { index: number ; point: [x: number, y: number] } ; PointsRemoved: { index: number ; point: [x: number, y: number] } ; SetPoints: { points: [x: number, y: number][] } }


OptionsBase

Ƭ OptionsBase: Options & { tool?: { distance?: number ; linestyle?: Type ; name?: string ; textstyle?: Type } }

javascript object used to define the config


OptionsBaseOut

Ƭ OptionsBaseOut: OptionsOut & OptionsOut & { tool: VisualToolOptionsOut }


VisualToolOptionsOut

Ƭ VisualToolOptionsOut: Object

Type declaration

NameType
distancenumber
fillstyleFillStyle | null
linestyleLineStyle | null
namestring