API / geotoolkit3d / widgets / volumetric / ColorMapAlphaEditorWidget / ColorMapAlphaEditorWidget
volumetric.ColorMapAlphaEditorWidget.ColorMapAlphaEditorWidget
Namespaces
Type Aliases
Ƭ 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: Options & { tool?: { distance?: number ; linestyle?: Type ; name?: string ; textstyle?: Type } }
javascript object used to define the config
Ƭ OptionsBaseOut: OptionsOut & OptionsOut & { tool: VisualToolOptionsOut }
Ƭ VisualToolOptionsOut: Object