DLR-SC / transfer-function-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teaser

Transfer Function Editor

This library provides components for creating and modifying, colors, color maps, transparencies and transfer functions. It is based on d3 and requires no framework like React or Vue.js.

Example: https://dlr-sc.github.io/transfer-function-editor/

Components

Color Picker

ColorPicker

The color picker component allows to choose a color with a hue, saturation value picker. It also provides input via input fields for hsv, rgb and hex.

Color Map Editor

ColorMapContinuous ColorMapDiscrete

The color map editor allows creation of discrete and continuous color maps with different interpolation methods.

Transparency Editor

TransparencyEditor

The transparency editor allows to create functions that map transparency onto values.

Transfer Function Editor

Teaser

This component brings all previous components together to create a powerful tool for managing all possible transfer functions.

About

License:MIT License


Languages

Language:TypeScript 95.6%Language:HTML 2.8%Language:JavaScript 1.6%