import { Color } from './math/Color';

export type ColorRepresentation = Color | string | number;
