UNPKG

sc4

Version:

A command line utility for automating SimCity 4 modding tasks & modifying savegames

9 lines (8 loc) 192 B
export default class Color { r: number; g: number; b: number; a: number; constructor(r?: number, g?: number, b?: number, a?: number); [Symbol.toPrimitive](): string; }