UNPKG

@giro3d/giro3d

Version:

A JS/WebGL framework for 3D geospatial data visualization

6 lines 262 B
import type { ColorRepresentation } from 'three'; /** * Returns a hex color (including the leading #) that contrasts with the input color. */ export declare function getContrastColor(color: ColorRepresentation): string; //# sourceMappingURL=ColorUtils.d.ts.map