File size: 98 Bytes
2b7aae2
 
 
1
2
3
4
import { Color } from './math/Color';

export type ColorRepresentation = Color | string | number;