/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ export { Color, ColorMap, ColorTable } from './color.js'; export { ColorScale } from './scale.js';