2b7aae2
1
2
3
4
import { Color } from './math/Color'; export type ColorRepresentation = Color | string | number;