UNPKG

@mlightcad/common

Version:

The common package provides shared utilities and base classes that are used across the RealDWG-Web ecosystem. This package contains fundamental components for color management, event handling, logging, performance monitoring, and file loading operations.

9 lines 321 B
export declare class AcCmColorUtil { /** * Return the truecolor value of the given AutoCAD color index value * @param index Input AutoCAD color index value * @return Return truecolor value as a number */ static getAcadColor(index: number): number; } //# sourceMappingURL=AcCmColorUtil.d.ts.map