import { Color } from 'three'; /** 可解析为 THREE.Color 的输入 */ export type ColorInput = number | string | Color; export declare function toColor(value: ColorInput): Color; //# sourceMappingURL=color-input.d.ts.map